How to test 500.html in (django) development env?
Posted
by lud0h
on Stack Overflow
See other posts from Stack Overflow
or by lud0h
Published on 2010-04-29T19:00:42Z
Indexed on
2010/04/29
19:17 UTC
Read the original article
Hit count: 275
I am using Django for a project and is already in production.
In the production environment 500.html is rendered whenever a server error occurs.
How do I test the rendering of 500.html in dev environment? Or how do I render 500.html in dev, if I turn-off debug I still get the errors and not 500.html
background: I include some page elements based on a page and some are missing when 500.html is called and want to debug it in dev environment.
© Stack Overflow or respective owner