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.5.tar.gz
(17.3 kB
view hashes)
Built Distribution
Close
Hashes for artd_product-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 447e14766214c6833fa2e5aa59302514b2d81522407d48654a132d53b364998c |
|
MD5 | 3b7ebae52cebd4e07a3ee4d8ff959186 |
|
BLAKE2b-256 | 3bbfb8672ba5b9ae6944723fd30e87dd0fc2e2d0c925fc9eb3ba8bde618e8074 |