Re: is there any way to avoid restart apache when changed django code to see the modification

2007-12-23 Thread Graham Dumpleton
Or use daemon mode of mod_wsgi 2.0 instead and enable process reload mechanism. This way all you need to do is touch the WSGI script file for the Django application and the daemon process for just Django will be restarted automatically without the need to restart the whole of Apache. Daemon

is there any way to avoid restart apache when changed django code to see the modification

2007-12-23 Thread xlm
I installed apache+mod_python+python+django. but the annoy thing is any time I changed code a restarting of apache must needed to see the change. looking for a better way. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google