A Django app that makes the use of coupon management and easy to handle
Project description
django-coupon-management
A Django app that makes the use of coupon management and easy to handle!
django-coupon-management is a coupon management to use of coupons validity and to boost your website.
Downloading
django-coupon-management is available on The Python Package Index (PyPI). You can simply use pip to install it:
$ pip install django-coupon-management
Installing
1 - Add coupon_management inside INSTALLED_APPS in settings.py:
INSTALLED_APPS = [
...
'coupon_management',
]
2 - (Optional) If you want to use more than 12 chars (default) for your coupon code, add DSC_COUPON_CODE_LENGTH variable in settings.py:
DSC_COUPON_CODE_LENGTH = 16
3 - Run the migrations:
$ python manage.py makemigrations
$ python manage.py migrate
And that's it! django-coupon-management should appear in your admin as Coupon Managements.
Changelog
https://github.com/krishnaansh/django-coupon-management/blob/master/CHANGELOG.txt
Documentation
https://github.com/krishnaansh/django-coupon-management/blob/master/docs/README.md
Download
https://github.com/krishnaansh/django-coupon-management/archive/refs/tags/v1.2.zip
Project details
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 django-coupon-management-1.2.tar.gz.
File metadata
- Download URL: django-coupon-management-1.2.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8b2773ecc81258ed4365572769e083aac3f931ba8b18d4b6ce40b417285b3e2
|
|
| MD5 |
e49fcc0c829bb5fcc41e2f0652a04809
|
|
| BLAKE2b-256 |
396ddb9613e20959f6fe3b51e00a3f9b73e9b4463fbf672a505c7d048c6fb85e
|