ArtD Order.
Project description
ArtD Order
Art Order is a package that makes it possible to manage orders.
- Add to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
'django_json_widget',
'artd_location',
'artd_partner',
'artd_customer',
'artd_product',
'artd_price_list',
'artd_stock',
'artd_order',
]
- 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_order_statuses
python manage.py create_base_customer_groups
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-order-0.0.40.tar.gz
(13.6 kB
view details)
Built Distribution
File details
Details for the file artd-order-0.0.40.tar.gz
.
File metadata
- Download URL: artd-order-0.0.40.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5818be8a6f59f4bcc06325b0888594863803d47a3e70b58f47dbd1c70fdde102 |
|
MD5 | 60c72cd354be3caa04cdfa0c3a8f1577 |
|
BLAKE2b-256 | 4eba2c2912bc494de9e8ea78143e9853176c2c4bbd2e7e293e639f79c1bc7c61 |
File details
Details for the file artd_order-0.0.40-py3-none-any.whl
.
File metadata
- Download URL: artd_order-0.0.40-py3-none-any.whl
- Upload date:
- Size: 18.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59b1e117d230ce01e99ded6f851ba2af73f395eec79bf5ae1398928da8070e38 |
|
MD5 | 1a11b2c75f0af68e2b9386fe7f12b62a |
|
BLAKE2b-256 | 79705b80970b990817a5ad737c405a5ba80ddc9cffdb2b843e6a6a7b56314025 |