I\'m getting inconsistent code-reloading behavior, with a Django 1.3 application and gunicorn 0.12.1, running inside a virtualenv.
Gunicorn does not reload my applicatio
Try this:
$ kill -HUP masterpid
Also, have a look at some of the notes at the bottom of the following post.