Changes between Initial Version and Version 1 of Ticket #32997


Ignore:
Timestamp:
Aug 6, 2021, 7:43:37 PM (3 years ago)
Author:
jooadam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32997 – Description

    initial v1  
    11I 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.
    22
    3 I have no idea how to proceed with debugging, short of removing and adding back dynamic statement and expression in my base template.
     3I have no idea how to proceed with debugging, short of removing and adding back every single dynamic statement and expression in my base template.
Back to Top