Mistake #1
This part "Now, try to run the server again. This time it starts correctly. If we try to load the site, we actually get an error again.
We don’t get the pretty debug page any more because we’re running as DEBUG = False. And you can see that the error thrown is saying that we don’t have the 500.html template."
I don't get this error at all. Everything runs smoothly for. I am running 1.5.1, could that be the "problem"?
Sorry You must be a logged in, registered user to answer a question.
Answers
Possibly? The first project is all done on Django 1.4.2, IIRC. While I wouldn't think a missing 500.html template would change between these versions, I haven't tested the tutorial on Django 1.5.x. If it's working for you, carry on.