A simple Django app to conduct Web-based bKash payment.
Project description
=====
bKash_payment
=====
bKash_payment is a simple Django app to conduct Web-based bKash payment.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Installation:
pip install django-bKash
2. Add "bKash_payment" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'bKash_payment',
)
3. Include the bKash_payment URLconf in your project urls.py like this::
url(r'^bKash_payment/', include('bKash_payment.urls')),
4. Run `python manage.py migrate` to create the bKash payment related table.
5. Start the development server and visit http://127.0.0.1:8000/admin/
to get necessary access.
6. Visit http://127.0.0.1:8000/bKash_payment/ to manage the bkash payment.
bKash_payment
=====
bKash_payment is a simple Django app to conduct Web-based bKash payment.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Installation:
pip install django-bKash
2. Add "bKash_payment" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'bKash_payment',
)
3. Include the bKash_payment URLconf in your project urls.py like this::
url(r'^bKash_payment/', include('bKash_payment.urls')),
4. Run `python manage.py migrate` to create the bKash payment related table.
5. Start the development server and visit http://127.0.0.1:8000/admin/
to get necessary access.
6. Visit http://127.0.0.1:8000/bKash_payment/ to manage the bkash payment.
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-bKash-0.3.tar.gz
(2.8 kB
view details)
File details
Details for the file django-bKash-0.3.tar.gz.
File metadata
- Download URL: django-bKash-0.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02992dd9be9bdb1a0fbf797c7e4136c26b5c7fe2988cbaab8f85a92f413f58dc
|
|
| MD5 |
825d1f451fa73a312e0c50ea9b0f4814
|
|
| BLAKE2b-256 |
15d7842fc897a20c3aff97fbc95105b1129bff6857d62d59372f4db23cd6a121
|