I keep running into 'Page not found' when trying to load http://localhost:8000/ . I have an empty path set to direct the page to my project_index page, but this is all I get:
I have checked and re-checked all of my urlpatters, but cannot figure out where the problem is.
Here are all my urls.py scripts that correspond to this project:




You don't have anything starting with
in your main
urls.py.like all the
URLsyou defined has a suffix thus Django can't find it,either you need to do
or