Gunicorn init script with VirtualEnv
July 20, 2011
Here's a Gunicorn startup script for a Django app that is deployed within a virtualenv on Debian.
You'll need to change some of the settings at the start of this script, to indicate the name of the project and then owner home directory that its source is inside. You'll also …