Hello! To execute any project in this django Repo just follow the steps:
- First download zip folder of the project and extract it to your system.
- Make sure your got installed with Python and django module for it.
- Open the extracted folder with Vscode.
- Goto Terminal and Run code using the commands "python runserver manage.py"
- for above step make sure you are in the location of manage.py in Terminal.