Skip to content

Instantly share code, notes, and snippets.

@underlost
Created January 23, 2012 19:08
Show Gist options
  • Save underlost/1664930 to your computer and use it in GitHub Desktop.
Save underlost/1664930 to your computer and use it in GitHub Desktop.
Typical Procfile for Django on heroku
web: bin/python underlost/manage.py run_gunicorn -b 0.0.0.0:\$PORT -w 3
worker: bin/python underlost/manage.py celeryd -E -B --loglevel=INFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment