#32997: Errors in 404 templates are hard to debug
-------------------------------------------+------------------------
Reporter: jooadam | Owner: (none)
Type: Bug | Status: new
Component: Error reporting | Version: 3.2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------------+------------------------
I have a custom 404.html template, which extends a fairly complex base
template. Something in this base template raises an error when visiting a
non-existing page, but in DEBUG=True the page never gets rendered, and in
DEBUG=False I only see the 500 error page and the email sent to the ADMINS
address, which ''does not include a stack trace'', or rather, has None
listed under the stack trace.
I have no idea how to proceed with debugging, short of removing and adding
back dynamic statement and expression in my base template.
--
Ticket URL: <https://code.djangoproject.com/ticket/32997>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/050.878e2184e35d6ccb71c59f249a365cb5%40djangoproject.com.