Hi,

> On Oct 21, 2:50 pm, NoviceSortOf <dljonsson2...@gmail.com> wrote:
> > Although I have 500.html in my
> > site-packages/django/contrib/admin/templates folder 500.html does not
> > appear when it should, below see my errors (I've included the
> > traceback items below).
>
> > Is there something else I need to configure to get 500.html to load?
> > TemplateDoesNotExist: 500.html

Seems like server is expecting a non-admin template. Just copy that
500.html from contrib/admin/templates to your templates directory
where all other non-admin templates are kept. Let's hope it'll work,
given that you have pointed to that template location from within your
settings.


Rajeesh.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to