Re: problem with flatpages and debug=false

2007-02-05 Thread Rob Hudson
This is a known bug: http://code.djangoproject.com/ticket/3335 On Feb 5, 8:53 am, patrickk <[EMAIL PROTECTED]> wrote: > when I go to one of the flatpages on our site (not admin), I´m > getting "404 page not found" - but only when debug=False. > with debug=True, everything´s fine. > > any ideas?

problem with flatpages and debug=false

2007-02-05 Thread patrickk
when I go to one of the flatpages on our site (not admin), I´m getting "404 page not found" - but only when debug=False. with debug=True, everything´s fine. any ideas? thanks, patrick --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Flatpages and DEBUG=False

2006-09-17 Thread Jani
> maybe this is the problem 'default.hmlt', did you check it? I've > generated the same error > when I've wrote, in default.html, incorrect path to parent template. > do you have in root template director 404.html file? missing this file > also generated error > in my web app when I set

Re: Flatpages and DEBUG=False

2006-09-16 Thread Jakub Krajniak
Jani wrote: > I have a weird problem with flatpages. Everything works fine if I have > DEBUG=True in the settings.py. However, when I change DEBUG=False > flatpages gives error: (...) > File > "/opt/local/lib/python2.4/site-packages/django/template/loader_tags.py",

Flatpages and DEBUG=False

2006-09-16 Thread Jani
I have a weird problem with flatpages. Everything works fine if I have DEBUG=True in the settings.py. However, when I change DEBUG=False flatpages gives error: --- Traceback (most recent call last): File "/opt/local/lib/python2.4/site-packages/django/core/servers/basehttp.py"