Add heroku config

This commit is contained in:
Matthew Dillon 2015-10-12 09:18:17 -07:00
parent 7cadd8fd31
commit 43fbaa3c66
3 changed files with 15 additions and 1 deletions

View file

@ -1,2 +1,2 @@
web: gunicorn -w 4 manage:app --log-file=-
web: gunicorn -w 4 heroku-run:app --log-file=-
init: python manage.py initdb