Re: Urgent: django app got internal error: TemplateDoesNotExist: 500.html

2011-12-19 Thread huseyin yilmaz
It looks to me like you do not have 500.html file in your base template directory. If you have a server error in production mode (DEBUG = False), django will show 500.html to users. So users will not see actual error message. But you will get that message by email. Since you do not have 500.html it

Re: Urgent: django app got internal error: TemplateDoesNotExist: 500.html

2011-12-19 Thread Nikolas Stevenson-Molnar
Also, your "undo" may not have been picked up by the app; I would also try restarting your webserver. _Nik On 12/19/2011 11:24 AM, Ashkan Roshanayi wrote: > I tried to live edit base.py template but now my app has internal > error. I undo the changes but still get 500 error while accessing > webs

Re: Urgent: django app got internal error: TemplateDoesNotExist: 500.html

2011-12-19 Thread Nikolas Stevenson-Molnar
It looks like your changes weren't undone correctly, given the "Invalid block tag" error. I would double check that tag, make sure it is correct, and make sure than any required loading is done for that tag to be available to the template. The other error (TemplateDoesNotExist) is really related t

Urgent: django app got internal error: TemplateDoesNotExist: 500.html

2011-12-19 Thread Ashkan Roshanayi
I tried to live edit base.py template but now my app has internal error. I undo the changes but still get 500 error while accessing website. Tail -f of my application_name.log shows: > > > File > "/home/jalala/projects/Hamkharid/eggs/Django-1.3.1-py2.7.egg/django/template/base.py", > > line