I installed a fresh copy of Python 3.4
and Django 1.8.2
on my Windows 7 machine.
In my settings.py
file DEBUG
is set to True
.
My admin page is working. I am using the built-in web server.
The problem is when I try to open an existing page in the project I get "Error 500"
and no stack trace so I can fix the issue.
Opening non-existent pages also ends up with no stack trace and only "Error 404"
.
In settings.py. Add these(for development)