Last updated:
0 purchases
artdpromotion 1.0.14
ArtD Promotion
Art Promotion is a package that manage coupon codes.
Add to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
'django-json-widget'
'artd_location',
'artd_partner',
'artd_product',
'artd_customer',
]
Run the migration commands:
.. code-block::
python manage.py makemigrations
python manage.py migrate
Run the seeder data:
.. code-block::
python manage.py create_countries
python manage.py create_colombian_regions
python manage.py create_colombian_cities
python manage.py create_taxes
python manage.py create_base_customer_groups
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.