Add heroku config
This commit is contained in:
parent
7cadd8fd31
commit
43fbaa3c66
3 changed files with 15 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue