Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 693 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 693 Bytes

# 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.