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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-cash-register-0.2.3.tar.gz.
File metadata
- Download URL: django-cash-register-0.2.3.tar.gz
- Upload date:
- Size: 99.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48eb25709b402b37678e8658269a47e6d42ab8babe7096e62f1bad1c2745cf26
|
|
| MD5 |
1d1fc694a7304fc45a3f6bc4913613b3
|
|
| BLAKE2b-256 |
576de905118ab37a267f303ddd94d7763e8de4ec49cd2c153c75b996972c1bd6
|
File details
Details for the file django_cash_register-0.2.3-py2-none-any.whl.
File metadata
- Download URL: django_cash_register-0.2.3-py2-none-any.whl
- Upload date:
- Size: 106.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18201e468f11d19948e22899e346dfc7060e066c46856fb88917be54340b0437
|
|
| MD5 |
4c4775ac9aa87fa7baf261888888fe1c
|
|
| BLAKE2b-256 |
85143d1fc6b83e94d542cad4b380642d3f5aeba9e4f086e0505f5daf720cfc2a
|