Toy project based on Django Framework of Python.
You should have installed Python on your System. If not please install it from https://python.org/ . During Installation in Windows, check "Add Python to Path" this menu to use pip and python from any location on your Windows.
Now Open your Terminal/Command Prompt/Windows Powershell. Type:
Wait until django installs. And it would be successfully installed.
Open your Terminal/Command Prompt/Windows Powershell on location of file "manage.py" in script. Type:
After that website would start running on your local server. Open http:127.0.0.1:8000 on your browser to access the website.