For some https testing I needed to install Werkzeug. When accessing my site via https, Werkzeug decides that it must catch all exceptions, and takes over the role of the django-debug-toolbar and built-in django exception handling, by default, without even a configuration parameter:
Brought to you by DON'T PANIC, your friendly Werkzeug powered traceback interpreter.
Well, I am panicking right now. I want my django-debug-toolbar back, specially when doing https, since what Werkzeug shows me is by comparison not enough.
How can I tell Werkzeug to stop being intrusive, and let exceptions reach django?