A Django app for bank payments by Zibal (https://zibal.ir/)
Project description
A Django app for bank payments by Zibal (https://zibal.ir/)
Detailed documentation is in the “docs” directory.
Quick start
### 0. install
`sh pip install requests pip install zibal-django `
### 1. start Add “zibal” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'zibal',
]
### 2. migrate Run python manage.py migrate to create the zibal models.
### 3. admin Start the development server and visit http://127.0.0.1:8000/admin/ for Purchase historys Model in admin.
### 4.Instructions For each transaction you first need to request and then confirm it. For this operation, you can use 2 methods : request and callback. You can use the Request method anywhere in the project. For the callback method, it is recommended to write once in a view with a fixed address and always use it.
See the GitHub page of the project for more information https://github.com/mohammad3020/django-zibal
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
File details
Details for the file zibal-django-1.1.tar.gz.
File metadata
- Download URL: zibal-django-1.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c75f622c9a0acab105fd260987d72d68c812c647c1806d06da4e2d5928a13845
|
|
| MD5 |
5a11232fef475d69526e9e8f56b6fc3e
|
|
| BLAKE2b-256 |
37117ca7e3277e99fe8fc795655526310cd017d90281e9a0ae74737cad6734b5
|