Skip to main content

A Django app to order food items through web either online or offline.

Project description

Django-Food-Webapps


Nsoft-Food contains three Django apps named as webapp1 , webapp2 , webapp3. webapp1 used for Authantication and Autharization webapp2 used for navigating Food items webapp3 used for Adding items to Cart, Remove items from Cart and Payment processing.

Quick start

  1. Add webapp1,webapp2,webapp3 to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... webapp1, webapp2, webapp3, widget_tweaks, crispy_forms,
    ]

  2. Include the every app URLconf in your project urls.py like this

    urlpatterns = [ path('food/',include(webapp1.urls)), path('items/',include(webapp2.urls)), path('order_items/',include(webapp3.urls)), ]

  3. Run python manage.py migrate to create the webapp1 , webapp2 , webapp3 models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a those three apps (you'll need the Admin app enabled).

    • create a admin -- python manage.py createsuperuser
  5. Visit http://127.0.0.1:8000/food/Registration/ to create a Registration

  6. Visit http://127.0.0.1:8000/food/Login/ Navigates to the Login interface.

  7. Detail documentation click here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

Nagababu_Django_Webapps-0.0.2-py3-none-any.whl (4.4 MB view details)

Uploaded Python 3

File details

Details for the file Nagababu_Django_Webapps-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: Nagababu_Django_Webapps-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5

File hashes

Hashes for Nagababu_Django_Webapps-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 060b539a5ac8946cfec0e9de942f431c86db8d4982cd8690aad8e1eb8e5fe223
MD5 962bd1c11abeb364dd391acf10be3931
BLAKE2b-256 c11e607dbc67b12955197c01adf532d80fe7af4fa7b61838b2519a47adb925a8

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