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.17.tar.gz
(22.9 kB
view hashes)
Built Distribution
Close
Hashes for artd_product-0.0.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6b3ac96362abf6ac73c174a0e2c46a728412b016c496378e7dcde00c1c881f0 |
|
MD5 | 68b25c36e82b8eef40c175710e0f442b |
|
BLAKE2b-256 | 13229aafd6f706b1177613273e71afe09c05c0e46a8c0d200a2f9a6f13fdb958 |