A pluggable Django application for integrating Pay.ir into your website.
Project description
Django Pay.ir
Django Pay.ir is a pluggable application that integrates Pay.ir services into your website. The application introduces two new models to your system that encapsulate Pay.ir API calls as object methods. Django Pay.ir has been tested on and supports:
- Python 3.7+
- Django 2.2.11 (Latest LTS Release)
Quick Start
-
Install the package:
pip install django-payir
-
Add
payirto yourINSTALLED_APPSsetting:INSTALLED_APPS = [ ... 'payir', ]
-
Run
python manage.py makemigrationsandpython manage.py migrateto create the necessary models. -
Start a development server and visit http://127.0.0.1:8000/admin/payir/gateway to set up your gateways.
Documentation
Visit the development documentations at https://github.com/farahmand-m/django-payir/wiki.
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-payir-0.1.2.tar.gz.
File metadata
- Download URL: django-payir-0.1.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02c606fa8297ab6b2744c9858d25b270ea117c7b6639b323a1176f3e938b2d86
|
|
| MD5 |
9e13a7ee02e88f7cd7675dd608e69a87
|
|
| BLAKE2b-256 |
2139a7c82b7ee7846dadcc9abe0a46c8b6ed08f001ba9effbc07a03621e4ba13
|
File details
Details for the file django_payir-0.1.2-py3-none-any.whl.
File metadata
- Download URL: django_payir-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c1ab54cd9139035b06047fa30f0776294717c89478cbad34865248b65ea8aa9
|
|
| MD5 |
b3a25af1852192beb3963a083ecdf57d
|
|
| BLAKE2b-256 |
e1f48170baf9d3ef767d90f252035a2f95cd20d61ba694eca883c360cb6772a5
|