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
-
Add
webapp1,webapp2,webapp3to your INSTALLED_APPS setting like this::INSTALLED_APPS = [ ...
webapp1,webapp2,webapp3,widget_tweaks,crispy_forms,
] -
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)), ] -
Run
python manage.py migrateto create thewebapp1,webapp2,webapp3models. -
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
-
Visit http://127.0.0.1:8000/food/Registration/ to create a Registration
-
Visit http://127.0.0.1:8000/food/Login/ Navigates to the Login interface.
-
Detail documentation click here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
060b539a5ac8946cfec0e9de942f431c86db8d4982cd8690aad8e1eb8e5fe223
|
|
| MD5 |
962bd1c11abeb364dd391acf10be3931
|
|
| BLAKE2b-256 |
c11e607dbc67b12955197c01adf532d80fe7af4fa7b61838b2519a47adb925a8
|