akindices/Procfile
2015-10-10 15:12:32 -07:00

2 lines
73 B
Text

web: gunicorn -w 4 manage:app --log-file=-
init: python manage.py initdb