Hacker News new | ask | show | jobs
by benatkin 6144 days ago
3. With mod_wsgi, you can easily restart a django app without restarting apache, by touching the wsgi file.
1 comments

touching the settings file works as well, and almost all of the regular pages will be reloaded as well as soon as you've saved them.

Rarely do you have to do anything other then just saving the file.