Skip to main content

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

  1. Add “django_cash_register” to your INSTALLED_APPS settings.py like this:

    INSTALLED_APPS = [
        ...
        'django_cash_register',
    ]
  2. 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
  3. Add “STATICFILES_DIRS” to settings.py like this:

    STATICFILES_DIRS = [
        [BASE_DIR / 'static'][0]
    ]
  4. Add “django_cash_register.urls” to urls.py like this:

    urlpatterns = [
        ...
        path('', include('django_cash_register.urls')),
    ]
  5. Execute command:

    ./manage.py migrate
  6. Start the development server and visit http://127.0.0.1:8000 or http://127.0.0.1:8000/django_cash_register

Application

https://user-images.githubusercontent.com/80222701/151967549-81e31bff-e9b3-48d4-926f-9f20a930449a.png

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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_cash_register-0.2.3-py2-none-any.whl (106.2 kB view details)

Uploaded Python 2

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

Hashes for django-cash-register-0.2.3.tar.gz
Algorithm Hash digest
SHA256 48eb25709b402b37678e8658269a47e6d42ab8babe7096e62f1bad1c2745cf26
MD5 1d1fc694a7304fc45a3f6bc4913613b3
BLAKE2b-256 576de905118ab37a267f303ddd94d7763e8de4ec49cd2c153c75b996972c1bd6

See more details on using hashes here.

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

Hashes for django_cash_register-0.2.3-py2-none-any.whl
Algorithm Hash digest
SHA256 18201e468f11d19948e22899e346dfc7060e066c46856fb88917be54340b0437
MD5 4c4775ac9aa87fa7baf261888888fe1c
BLAKE2b-256 85143d1fc6b83e94d542cad4b380642d3f5aeba9e4f086e0505f5daf720cfc2a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page