Re: 500.html does not load

2009-10-22 Thread NoviceSortOf
>> Traceback error : TemplateDoesNotExist: 500.html Thanks for the note Akonsu, I'm looking at my template settings in settings.py on my production server and don't see any anomalies. As well all my other templates load -- so I'm not sure where else to go to trouble shoot this. TEMPLATE_LOADERS

Re: 500.html does not load

2009-10-22 Thread raj
Hi, > On Oct 21, 2:50 pm, NoviceSortOf 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 configu

Re: 500.html does not load

2009-10-21 Thread akonsu
hello, there is a setting in settings.py that controls where django searches for templates. konstantin On Oct 21, 2:50 pm, NoviceSortOf 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 (