Django app consuming M-Pesa APIs
Project description
Mpesapy is a simple Django app that has been integrated with M-Pesa API.
Detailed documentation is in the “docs” directory.
Quick start
Add “mpesapy” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'mpesapy', )
Include the mpesapy URLconf in your project urls.py like this:
url(r'^mpesapy/', include('mpesapy.urls')),
Run python manage.py migrate to create the mpesapy models.
Start the development server and visit http://127.0.0.1:8000/admin/ to see some of the M-Pesa transactions that have been pushed to you by Safaricom (you’ll need the Admin app enabled).
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_mpesapy-0.1.1-py2.py3-none-any.whl (6.5 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View hashes |
Filename, size django-mpesapy-0.1.1.tar.gz (5.0 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for django_mpesapy-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3f706e886e39be80624775691c9017f4c65cd58cf6d39166710cca2d1033b39 |
|
MD5 | fa23c8fa948e0cb4edb101fb1c45b5a1 |
|
BLAKE2-256 | 61861777f335d2abc732932b6347ddcd3a09c302d9c01dfeb719e8d0d361e4de |