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.2.tar.gz
(99.8 kB
view hashes)
Built Distribution
Close
Hashes for django-cash-register-0.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05c3ababa86352c38a900f645c27c07379b7ad26d0d893dffb9ed1f88d37afb5 |
|
MD5 | 8eeeb87a239aa021a40af95e80137e38 |
|
BLAKE2b-256 | 3b06ddaf6741f8bc41aeb5b87b950fd6a42a1272ffe2e641432f91c84b8908b3 |
Close
Hashes for django_cash_register-0.2.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94483d8860d69b320086307d6a6c58447de4cba9ea75893284c564b118087a14 |
|
MD5 | 65c29738b2031f9b9a2bb9f30792eae5 |
|
BLAKE2b-256 | 5ab8e6da5434f8673bf85ab37918b6e8a397457874518e8b4df06268fb669dc8 |