Verbose Error Logging

2009-03-16 Thread PB
Hi, Is there any way to force tracebacks that are normally swallowed by the templating engine to be logged to the server's error logs? Much of the time the superb error handling in the template engine means that little bugs can often fly under the radar. Additionally, when a site is deployed,

Re: Template caching?

2008-03-02 Thread PB
hat. No I didn't get what you were talking about, > and I apologize. To be honest, I have never really had this problem without > a caching mechanism set up on the server. Could it be your browser caching > something? Beyond that I have no idea. > > On Sun, Mar 2, 2008 at 10:12

Re: Template caching?

2008-03-02 Thread PB
; stay there. This also loads your urls and in turn your views. To my > knowledge there isn't a better way to purge mod_python then a force- > reload, which takes a second. I add an alias to my bash and just got > into the habit of typing 'res' whenever I am about to look at my web > br

Re: Django admin error?

2008-02-25 Thread PB
That was it. Cheers! On Feb 24, 3:10 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > On Sat, 2008-02-23 at 06:42 -0800, PB wrote: > > > When trying to add 46.229253 to a floatfield > > > I get displayed error: > > > > Please enter a v

Re: Django admin error?

2008-02-24 Thread PB
. On Feb 23, 10:57 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2008-02-23 at 06:42 -0800, PB wrote: > > When trying to add 46.229253 to a floatfield > > I get displayed error: > > > Please enter a valid decimal number with a whole part of at most

Re: Problem with interactive shell.

2008-02-23 Thread PB
Thats it! Cheers. On Feb 17, 2:36 pm, char101 <[EMAIL PROTECTED]> wrote: > On Feb 17, 8:50 pm, PB <[EMAIL PROTECTED]> wrote: > > > File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ > > python2.3/site-packages/django/core/manageme

Django admin error?

2008-02-23 Thread PB
When trying to add 46.229253 to a floatfield I get displayed error: Please enter a valid decimal number with a whole part of at most -19 digits Any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Problem with interactive shell.

2008-02-17 Thread PB
When I try to run the interactive shell I get the following error: File "manage.py", line 11, in ? execute_manager(settings) File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/django/core/management.py", line 1672, in execute_manager