- Install Pycharm
- Open command prompt and run
pip install django
- Make sure the python library exists in the environment path. If you are on windows simply type
path
to check if python library exists or not. Let's stick with version 3.8 to avoid any inconsistencies. - Fork this repo (second option in top left)
- Open pycharm -> open -> select the website folder
- Go to File -> Settings -> Python Interepreter, then select the version 3.8
- cd to the website folder using command prompt
- Run
cd website
- Run
python manage.py runserver
- Open the url in the browser.