akindices/Procfile
2015-10-10 15:06:36 -07:00

2 lines
76 B
Text

web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app
init: python manage.py initdb