alipay api for django
Project description
=======
alipay
=======
alipay api for django
Quick start
-----------
1. Add "alipay" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'alipay',
)
2. Include the alipay URLconf in your project urls.py like this::
url(r'^alipay/ptn/', include('alipay.create_partner_trade_by_buyer.ptn.urls')),
3. Run `python manage.py syncdb` to create the alipay models.
4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/alipay/ to participate in the poll.
alipay
=======
alipay api for django
Quick start
-----------
1. Add "alipay" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'alipay',
)
2. Include the alipay URLconf in your project urls.py like this::
url(r'^alipay/ptn/', include('alipay.create_partner_trade_by_buyer.ptn.urls')),
3. Run `python manage.py syncdb` to create the alipay models.
4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/alipay/ to participate in the poll.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-alipay-0.1.tar.gz
(20.2 kB
view details)
File details
Details for the file django-alipay-0.1.tar.gz
.
File metadata
- Download URL: django-alipay-0.1.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 978579b12999d0974d30108831c4b671a0deb96277fb62d0b9541cac5b78553a |
|
MD5 | 799434bebe4b0d48a59ecd79d74aaada |
|
BLAKE2b-256 | f05cb5345e84b050d2c2c44c6c41413c3e6e66b66f95a81fcfc28d5b87a576f5 |