During development I had DEBUG = True and I got debug tracings. Then I switched to DEBUG = False for testing the 404 / 500 pages.
Now, after I switched back to DEBUG = True I get no tracings, only "Internal Server Error" message.
How do I get those debug tracings back?
Thanks Martin Weberg