Re: TemplateDoesNotExist: 500.html error when trying to run server

2010-08-07 Thread Karen Tracey
On Fri, Aug 6, 2010 at 5:05 PM, meenakshi wrote: > To clarify - I get a 404 message with DEBUG on (i.e. DEBUG=True), and > a 500 message with DEBUG off (DEBUG=False), not the other way around. > With DEBUG=False, standard handling of the Http404 exception will be to attempt to render a 404.html

Re: TemplateDoesNotExist: 500.html error when trying to run server

2010-08-06 Thread meenakshi
To clarify - I get a 404 message with DEBUG on (i.e. DEBUG=True), and a 500 message with DEBUG off (DEBUG=False), not the other way around. Regards Meenakshi On Aug 6, 1:21 pm, Steve Holden wrote: > On 8/6/2010 3:59 PM, meenakshi wrote: > > > Hi Steve, > >     I do have the DEBUG setting on Fal

Re: TemplateDoesNotExist: 500.html error when trying to run server

2010-08-06 Thread Steve Holden
On 8/6/2010 3:59 PM, meenakshi wrote: > Hi Steve, > I do have the DEBUG setting on False. The reason is that when I > set DEBUG to True, I get the following message: > > > Page not found (404) > Request Method: GET > Request URL: http://127.0.0.1:8000/ > > Using the URLconf defined i

Re: TemplateDoesNotExist: 500.html error when trying to run server

2010-08-06 Thread meenakshi
Hi Steve, I do have the DEBUG setting on False. The reason is that when I set DEBUG to True, I get the following message: Page not found (404) Request Method: GET Request URL:http://127.0.0.1:8000/ Using the URLconf defined in mysite.urls, Django tried these URL patterns, in thi

Re: TemplateDoesNotExist: 500.html error when trying to run server

2010-08-05 Thread Steve Holden
On 8/5/2010 6:27 PM, meenakshi wrote: > > I am a beginner working through the Django tutorial. When I try to > run the development server at http://127.0.0.1:8000/, I get a > TemplateDoesNotExist: 500.html error. >I have no problems linking to http://127.0.0.1:8000/admin, > however. Whats

TemplateDoesNotExist: 500.html error when trying to run server

2010-08-05 Thread meenakshi
I am a beginner working through the Django tutorial. When I try to run the development server at http://127.0.0.1:8000/, I get a TemplateDoesNotExist: 500.html error. I have no problems linking to http://127.0.0.1:8000/admin, however. Whats going on? Here is what I get when I try to run t