A quick package for integrate vnpay payment
Project description
===== Django-vnpay
This is a package that help to make payment for vnpay.
Detailed documentation is in the "docs" directory.
Quick start
-
Add "VnPay" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'vnpay', ]
-
Include the VnPay URLconf in your project urls.py like this::
path('vnpay/', include('vnpay.api_urls')),
-
Run
python manage.py migrateto create the VnPay models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to see the billing (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/vnpay/ to participate in the vnpay.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-vnpay-0.0.2.tar.gz.
File metadata
- Download URL: django-vnpay-0.0.2.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb12043d928733ffc122140337b321f5e558339dba29fee61c71fbadc4f34729
|
|
| MD5 |
0a0b4b9f388b7450cac212542f716282
|
|
| BLAKE2b-256 |
ba0f4b507ed6ddeab03e0016ddcda6cc5feeab32927b6bf8e77ba82c2fbb9d24
|
File details
Details for the file django_vnpay-0.0.2-py3-none-any.whl.
File metadata
- Download URL: django_vnpay-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baf2331680757d5c7e0fa63d2733cb2da292c5ddcd87073896bbb4fab339609b
|
|
| MD5 |
2d1b64cfb22344dbc6782312a9d0a619
|
|
| BLAKE2b-256 |
00daed30044585b0e07be4527fcf3d0633f76ff10dd9faed01e84f1caa0f478b
|