I'm working with mezzanine for a django project, and I can't figure out how to turn back on the DEBUG=True url configuration output that django usually produces on 404 pages.
With mezzanine installed, even with DEBUG=True, all I ever get is a blank 404 page.
Steps tried without success:
- Googling around for "mezzanine 404 url" and various implementations
- Skimming Mezzanine documentation
- Disabling the custom mezzanine 404 handler
Any ideas on how to get the standard django url report back?
Thanks