Hello, I’ve made it to the bottom of page 15, but my index.html will not display when I run the server. I re-did the whole thing but got the same error. I tried the code from the github repo, but that seemed to use older commands that just caused more issues (like the ‘patterns’ method in the url.py folder).
Anyway, I’m sure I just need to do something simple, like reposition the inex.html file, or tell django to re-integrate files or some such thing…
help please?
Here’s the output from http://127.0.0.1:8000/
TemplateDoesNotExist at /
index.html
Request Method:
GET
Request URL:
http://127.0.0.1:8000/
Django Version:
1.8.2
Exception Type:
TemplateDoesNotExist
Exception Value:
index.html
Exception Location:
/usr/local/lib/python2.7/dist-packages/django/template/loader.py in get_template, line 46