Skip to content

Instantly share code, notes, and snippets.

@MichelleGlauser
Created August 4, 2013 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichelleGlauser/6151714 to your computer and use it in GitHub Desktop.
Save MichelleGlauser/6151714 to your computer and use it in GitHub Desktop.
BookFairy Django web app Procfile
web: python manage.py runserver 0:$PORT collectstatic --noinput; bin/gunicorn_django --workers=4 --bind=0.0.0.0:$PORT proj/prod_settings.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment