Template does not exist: 500.html
Posted
by xRobot
on Stack Overflow
See other posts from Stack Overflow
or by xRobot
Published on 2010-05-12T20:13:08Z
Indexed on
2010/05/12
20:24 UTC
Read the original article
Hit count: 225
django
|django-templates
I have created a template for 500 http error.
I have insert my template 500.html in:
1) /project/
2) /project/templates/
3) /python2.5/
4) /python2.5/templates/
.
but I always get this error:
TemplateDoesNotExist: 500.html
Same problem for Http 404 error.
WHY ???
© Stack Overflow or respective owner