public-health-ch/Procfile

5 lines
233 B
Text
Raw Normal View History

2017-03-27 22:32:08 +00:00
# web: uwsgi --http :$PORT --module=publichealth.wsgi:application --master --offload-threads 3
# web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 5 --log-file=-
web: python manage.py runserver $PORT
2017-03-27 15:28:40 +00:00
init: python manage.py migrate