Changes between Initial Version and Version 1 of Ticket #32997
- Timestamp:
- Aug 6, 2021, 7:43:37 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32997 – Description
initial v1 1 1 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. 2 2 3 I have no idea how to proceed with debugging, short of removing and adding back dynamic statement and expression in my base template.3 I have no idea how to proceed with debugging, short of removing and adding back every single dynamic statement and expression in my base template.