For Order Management Project:- Step 1:-Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:
pip install -r requirements.txt python manage.py runserver
Step 2:-Finally, open the browser and go to localhost:8000
For Django Admin Panel:
Username: admin
Password: admin