# MyDjangoProject To run the Project on your local machine go to the myDjangoProject folder (where the manage.py file is) and execute: python manage.py runserver (in linux) or py manage.py runserver (in Windows) in the console, then open to your webbrowser and enter the url http://localhost:8000/index/ to go to the main page.