[Django]-WSGI weirdness with PYthon/Django: serving alternating old and new versions of app

4👍

You likely aren’t using daemon mode. Read:

The Django documentation on mod_wsgi setup wasn’t clear enough about what you had to do to use daemon mode. That has been fixed now.

Leave a comment