- Run following command in the terminal
python manage.py runserver
OR
python3 manage.py runserver
- You should see "Starting development server at http://127.0.0.1:8000/ ", click the link
- In the browser, add "index" to the end of the url. Like this:
http://127.0.0.1:8000/index