ArtD Product.
Project description
ArtD Product
Art Product is a package that makes it possible to manage categories, products, taxes, brands, etc.
- Add to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
'dal',
'dal_select2',
'django-json-widget'
'artd_location',
'artd_partner',
'artd_product',
]
- 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
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
artd_product-1.0.17.tar.gz
(18.4 kB
view hashes)
Built Distribution
Close
Hashes for artd_product-1.0.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41f70f0cef5c3ff70df26533a2f82f93de1a088277e9863e60ee4a85f62bd0ed |
|
MD5 | 7fd324b42528bd9c1653230beb96f636 |
|
BLAKE2b-256 | 18808bcd67693b348af54d9f6bcf43433cb9819f9b71f8cb1863b7263a15d8e1 |