I’m creating a web app with Django. Since I’m very familiar with Apache I setup my development environment to have Django run through Apache using mod_wsgi. The only annoyance I have with this is that I have to restart Apache everytime I change my code. Is there a way around this?
Share
mod_wsgi is great for production but I think the included server is better for development.
Anyway you should read this about automatic reloading of source code.