On Mon, Sep 1, 2008 at 1:23 PM, marsii <[EMAIL PROTECTED]> wrote:

>
> Hi!
> I have a problem with the 404 page.
>
> First I get:
> "You're seeing this error because you have DEBUG = True in your Django
> settings file. Change that to False, and Django will display a
> standard 404 page. "
>
> and when I change DEBUG to False I get:
>
> [snipped]



> TemplateDoesNotExist: 500.html
> [snipped]
> -----------
> Is the "500.html" template a standard Django file or must I create it
> myself?
>

You are responsible for creating both 404.html and 500.html templates.  See:

http://docs.djangoproject.com/en/dev/topics/http/views/#customizing-error-views

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to