4 lines
215 B
Text
4 lines
215 B
Text
web: uwsgi --http :$PORT --module publichealth.wsgi --master --offload-threads 3
|
|
# web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 3 --log-file=-
|
|
init: python manage.py migrate
|
|
migrate: python manage.py migrate
|