Made adjustments to all of the files, added the “from django.conf.urls import include” line to the views.py and made the index.html file, but when I try to load the http://localhost:8000/ page, it says it can’t connect.
I got it to load the first time through at the end of Chapter 3. Not sure what I am doing wrong. Can someone help?