Since moving to Django 1.4 with DEBUG = True and TEMPLATE_DEBUG = True, I no longer see the typical yellow error screen with traceback when I encounter an error locally. Instead I get a plain white screen that says, “An error has occurred. Please check your logs . . . “. Is this the new behavior or have I screwed something up by combining 1.3 and 1.4 files and settings.
Here’s an example of my local settings.
The error handler
is located in django.core.handler.base try to debug the handle_uncaught_exception function.
check with the debugger that you pass in debug.technical_500_response