artd-stock 1.0.8

Creator: codyrutscher

Last updated:

Add to Cart

Description:

artdstock 1.0.8

ArtD Stock
Art Product is a package that makes it possible to manage stock and stock changes.

Add to your INSTALLED_APPS setting like this:

.. code-block:: python
INSTALLED_APPS = [
'django-json-widget'
'artd_location',
'artd_partner',
'artd_product',
'artd_stock',
]


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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.