Re: how django discovers changed sources

2008-01-17 Thread alf
Jeff wrote: > On Jan 17, 2:51 pm, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: >> 2008/1/17, alf <[EMAIL PROTECTED]>:> Jeff wrote: That is the behavior of the development server. When you are writing your application, you don't want to have to manually restart the server every time y

Re: how django discovers changed sources

2008-01-17 Thread Jeff
On Jan 17, 2:51 pm, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > 2008/1/17, alf <[EMAIL PROTECTED]>:> Jeff wrote: > > > That is the behavior of the development server. When you are writing > > > your application, you don't want to have to manually restart the > > > server every time you change a

Re: how django discovers changed sources

2008-01-17 Thread Guilherme Polo
2008/1/17, alf <[EMAIL PROTECTED]>: > Jeff wrote: > > That is the behavior of the development server. When you are writing > > your application, you don't want to have to manually restart the > > server every time you change a file. On apache it obviously doesn't > > do that. > > thx for clarific

Re: how django discovers changed sources

2008-01-17 Thread alf
Jeff wrote: > That is the behavior of the development server. When you are writing > your application, you don't want to have to manually restart the > server every time you change a file. On apache it obviously doesn't > do that. thx for clarification, but still I am curious how it is done unde

Re: how django discovers changed sources

2008-01-17 Thread Jeff
That is the behavior of the development server. When you are writing your application, you don't want to have to manually restart the server every time you change a file. On apache it obviously doesn't do that. -- http://mail.python.org/mailman/listinfo/python-list