Skip to content

Instantly share code, notes, and snippets.

@gsiegman
Created February 26, 2012 02:52
Show Gist options
  • Save gsiegman/1912426 to your computer and use it in GitHub Desktop.
Save gsiegman/1912426 to your computer and use it in GitHub Desktop.
My Heroku Procfile
web: python django_project/manage.py collectstatic --noinput; bin/gunicorn_django --workers=3 --bind=0.0.0.0:$PORT django_project/settings.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment