Re: problems turning debug off

2006-12-06 Thread Noah
Flat pages catches a 404 and then looks to see if a flat page exists for that url --~--~-~--~~~---~--~~ 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

Re: Re: problems turning debug off

2006-12-05 Thread luxagraf
Adrian Thanks for your help. I check the logs and the error generated was "TemplateNotFound" for 404.html. So I created a 404 template and now it works fine (even though the page doesn't generate a 404 error), Curiously it only did that on pages that are served by the flatpages app, must be some

Re: problems turning debug off

2006-12-05 Thread Adrian Holovaty
On 12/6/06, luxagraf <[EMAIL PROTECTED]> wrote: > I'm trying to launch a site and every time I turn off django's > debugging or python debugging I start getting 500 error pages, but > when the debugging is on none of those pages throw any errors? > > Anyone seen this before? > > Am I missing somet