I installed Apache server with mod_wsgi, python_sql, mysql and django. Everything works fine, except for the fact that if I make some code changes, they do not reflect me, although I'm sure everything is compiled on the fly when it comes to python / mod_wsgi.
I need to close the server and go back to see the changes.
Can someone tell me how a hot deployment can be done using the above setup?
Thanks,
Neeraj
source share