You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Windows Home go to Control Panel -> System and Security -> System -> Advanced System Settings -> Environment Variables and add two new variables in 'PATH' -> [Home directory of Python]; [Home directory of Python]\Scripts
Check python version using the following command: python --version
Install django using: pip install Django==1.10.3
INSTRUCTIONS TO RUN THE PROGRAM:
Open Windows PowerShell
Navigate to the directory having the folder, i.e. navigate inside TravelMate which has manage.py file
Now Perform the following steps:
Type in command in the command line: python manage.py runserver