I have been trying out Django on my mac, working through the Djanjo Book tutorial. One thing that puzzled me is that I was not seeing the promised “pretty error pages”. Django is supposed to show very informative, nicely formatted error messages. Not happening for me.
I eventually discovered that the problem has something to do [...]