KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
django-coupon-management
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
heytops
:
By Adam Fairhead (https://adamfairhead.com)
TCPcannon
:
Offensive Linux tool for network attacks. Built from the ground with only C.
SJVA3
:
No description available.
XERXES
:
XERXES la herramienta Ddos más potente.
start-spring-security
:
spring security toy project
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
django-coupon-management
?
Download (.md)
# 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: ```bash $ pip install django-coupon-management ``` ### Installing 1 - Add ```coupon_management``` inside INSTALLED_APPS in settings.py: ```python 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: ```python DSC_COUPON_CODE_LENGTH = 16 ``` 3 - Run the migrations: ```bash $ 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](https://github.com/krishnaansh/django-coupon-management/blob/master/CHANGELOG.txt)*** ### Documentation ***[https://github.com/krishnaansh/django-coupon-management/blob/master/docs/README.md](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](https://github.com/krishnaansh/django-coupon-management/archive/refs/tags/v1.2.zip)***