A Django app to administrate products
Project description
================= Products
A Django app to create products.
Quick start
-
Add "artd_product" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'artd_product', ]
-
Run
python manage.py migrate
to create the product models. -
Run
python manage.py create_taxes
to create tax types. -
Start the development server and visit http://127.0.0.1:8000/admin/
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-0.0.8.tar.gz
(20.8 kB
view hashes)
Built Distribution
Close
Hashes for artd_product-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b865035c36d74d74dc4c8f4e8fb0c4deedcd86fbfab1181fce5b288dff804d6e |
|
MD5 | e4bbe718a846c32fbb0f6a5ce38a2107 |
|
BLAKE2b-256 | 78cea202f74d29ba3b323c6ee58f1d6032a54c4b70b0500c635e927dcd2e5f48 |