alipay api for django
Add "alipay" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'alipay...', )
Include the alipay URLconf in your project urls.py like this:
url(r'^alipay/ptn/', include('alipay.create_partner_trade_by_buyer.ptn.urls')),
Run python manage.py syncdb to create the alipay models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).
Visit http://127.0.0.1:8000/alipay/ to participate in the poll.
Please see example!!
This is a INTERNET PAID code. For SECURITY reason, the company would not like to open their source code. To keep user out of paying danger, I change LICENSE to MIT from GPL.
BTW: You are welcome to submit your open code.