- First Download Python.
- Then Download Django (In CMD
pip install django
hit enter.) - After installing Django close CMD.
- Go to folder where you want to create your project in CMD
django-admin startproject project_name
replace project_name and give your own project name. (were my project_name is food)cd project_name
project_name which you createdpython manage.py startapp app_name
replace app_name and give your own project app name. (were my app_name is store)python manage.py runserver
for running localhost server in your browser (defalut id address is 127.0.0.1:8000)
-
Notifications
You must be signed in to change notification settings - Fork 1
iyashvasani/Appetite-Online-Food-Management-System
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Appetite is a web application where anyone can order their favorite food items without any shipping charges. We had added Digit product (a recipe book) to the store
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published