Re: Console output

2008-10-19 Thread Bob Cowdery
I didn't say I was using it in production. This is development and I would prefer not to have streams of stuff coming out on the console. So how do I turn it off. Bob On Sun, 2008-10-19 at 11:08 -0700, Daniel Roseman wrote: > On Oct 19, 7:05 pm, Bob Cowdery <[EMAIL PROTECTED]> w

Console output

2008-10-19 Thread Bob Cowdery
This is probably staring me in the face but I can't figure out how to turn off the HTTP console output on the built-in server. I have an Ajax poll running and this output is slowing things down. Thanks Bob --~--~-~--~~~---~--~~ You received this message because y

Issue with starting a process in middleware

2008-10-13 Thread Bob Cowdery
Hi all Just starting out on Django. I have an app that needs a long running process. This is a python process that gets started from some code that I kick off from __init__ in a middleware class. Is there another way to do this? I just use subprocess.Popen() to start the other process. Everything