2 lines
77 B
Text
2 lines
77 B
Text
web: gunicorn -w 4 heroku-run:app --log-file=-
|
|
init: python manage.py initdb
|
web: gunicorn -w 4 heroku-run:app --log-file=-
|
|
init: python manage.py initdb
|