Django app to manage product by cashier
Project description
django-cash-register is a Django app to manage product by cashier.
Installation
pip install django-cash-register
Quick start
Add “django_cash_register” to your INSTALLED_APPS settings.py like this:
INSTALLED_APPS = [ ... 'django_cash_register', ]
If you want to use django_cash_register as main url. Add “DJANGO_CASH_REGISTER_MAIN_PAGE” to settings.py like this:
DJANGO_CASH_REGISTER_MAIN_PAGE = True
Add “STATICFILES_DIRS” to settings.py like this:
STATICFILES_DIRS = [ [BASE_DIR / 'static'][0] ]
Add “django_cash_register.urls” to urls.py like this:
urlpatterns = [ ... path('', include('django_cash_register.urls')), ]
Execute command:
./manage.py migrate
Start the development server and visit http://127.0.0.1:8000 or http://127.0.0.1:8000/django_cash_register
Application
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-cash-register-0.2.3.tar.gz
(99.8 kB
view hashes)
Built Distribution
Close
Hashes for django-cash-register-0.2.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48eb25709b402b37678e8658269a47e6d42ab8babe7096e62f1bad1c2745cf26 |
|
MD5 | 1d1fc694a7304fc45a3f6bc4913613b3 |
|
BLAKE2b-256 | 576de905118ab37a267f303ddd94d7763e8de4ec49cd2c153c75b996972c1bd6 |
Close
Hashes for django_cash_register-0.2.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18201e468f11d19948e22899e346dfc7060e066c46856fb88917be54340b0437 |
|
MD5 | 4c4775ac9aa87fa7baf261888888fe1c |
|
BLAKE2b-256 | 85143d1fc6b83e94d542cad4b380642d3f5aeba9e4f086e0505f5daf720cfc2a |