Re: Refresh django settings without restarting apache

2010-04-29 Thread Graham Dumpleton
On Apr 30, 2:57 am, "ge...@aquarianhouse.com" wrote: > Sure, with WSGI script reload In respect of what? You can't just say WSGI as a generalised concept in this case, you have to refer to the specific WSGI hosting mechanism. Many WSGI hosting mechanisms don't provide a way of doing automatic

Re: Refresh django settings without restarting apache

2010-04-29 Thread Graham Dumpleton
On Apr 30, 4:01 am, "ge...@aquarianhouse.com" wrote: > it should be already switched on > > http://www.modpython.org/live/current/doc-html/dir-other-par.html That has zero effect in the case of Django. The automatic reloading in mod_python only applies to handler code files directly under the

Re: Refresh django settings without restarting apache

2010-04-29 Thread Kashif Ali
Thank you Georg i am checking into it. On Thu, Apr 29, 2010 at 11:01 PM, ge...@aquarianhouse.com < ge...@aquarianhouse.com> wrote: > it should be already switched on > > http://www.modpython.org/live/current/doc-html/dir-other-par.html > > On Apr 29, 7:14 pm, Kashif Ali wrote: > > Thanks for yo

Re: Refresh django settings without restarting apache

2010-04-29 Thread ge...@aquarianhouse.com
it should be already switched on http://www.modpython.org/live/current/doc-html/dir-other-par.html On Apr 29, 7:14 pm, Kashif Ali wrote: > Thanks for your response. > > One more question: Is it possible with mod_python?. This is because i am > using mod_python currently not WSGI. > > On Thu, Apr

Re: Refresh django settings without restarting apache

2010-04-29 Thread Kashif Ali
Thanks for your response. One more question: Is it possible with mod_python?. This is because i am using mod_python currently not WSGI. On Thu, Apr 29, 2010 at 9:57 PM, ge...@aquarianhouse.com < ge...@aquarianhouse.com> wrote: > Sure, with WSGI script reload > > On Apr 29, 6:51 pm, Kashif Ali w

Re: Refresh django settings without restarting apache

2010-04-29 Thread ge...@aquarianhouse.com
Sure, with WSGI script reload On Apr 29, 6:51 pm, Kashif Ali wrote: > Hi, > > Is it possible to refresh changes to apache (webserver) without restart it? > Actually i have multiple databases that i need to change while the webserver > is running. Is it possible? > > Or any other way to accomplish

Refresh django settings without restarting apache

2010-04-29 Thread Kashif Ali
Hi, Is it possible to refresh changes to apache (webserver) without restart it? Actually i have multiple databases that i need to change while the webserver is running. Is it possible? Or any other way to accomplish this task? i.e. use multiple databases for django application. Regards, Kashif