You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this seems project-specific. My suggestion is to remove this block and allow users to manage 500-level errors that aren't 503 (Service Unavailable, related to the maintenance page) themselves.
The text was updated successfully, but these errors were encountered:
@YPCrumble It's been a while since I've looked into these but I believe this used to be the standard location to place custom 5xx templates in Django.
I think some projects do use a different structure where the templates folder is inside each app folder so you might be right and it's better to just remove it and let the user customize it. I think Django will simply render the generic 5xx page if there's no template found, so not a big deal to remove it.
Currently we include the following block for a few 500-level errors:
However, this seems project-specific. My suggestion is to remove this block and allow users to manage 500-level errors that aren't 503 (Service Unavailable, related to the maintenance page) themselves.
The text was updated successfully, but these errors were encountered: