Re: Project Scope Thread

2009-01-15 Thread Jurie-Jan Botha
My apologies for the ambiguity of the question. At least you got my drift. Thanks for the advice. It gave me a better understanding of how to go about the problem. On Jan 16, 4:02 am, Malcolm Tredinnick wrote: > On Thu, 2009-01-15 at 01:12 -0800, Jurie-Jan Botha wrote: > > I would like to run a

Re: Project Scope Thread

2009-01-15 Thread Malcolm Tredinnick
On Thu, 2009-01-15 at 01:12 -0800, Jurie-Jan Botha wrote: > I would like to run a thread for an entire Django project. I would > like to house the code that starts this thread up inside an > application. Your terminology choices here are going to lead to confusion. Django has "applications" (the

Project Scope Thread

2009-01-15 Thread Jurie-Jan Botha
I would like to run a thread for an entire Django project. I would like to house the code that starts this thread up inside an application. Currently I placed the code in the '__init__.py' in the root of my Django application, but when I start the server using 'runserver' is seems to run this cod

Project Scope Thread

2009-01-15 Thread Jurie-Jan Botha
I would like to run a thread for an entire Django project. I would like to house the code that starts this thread up inside an application. Currently I placed the code in the '__init__.py' in the root of my Django application, but when I start the server using 'runserver' is seems to run this cod