This commit is contained in:
Oleg Lavrovsky 2017-03-28 00:02:05 +02:00
parent ded89c2806
commit 89c20e3ae4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
web: uwsgi --http :$PORT --module publichealth.wsgi --master --offload-threads 3
web: uwsgi --http :$PORT --module=publichealth.wsgi:application --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

View File

@ -22,9 +22,9 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/loleg/public-health-ch.git"
"url": "git+https://github.com/datalets/public-health-ch.git"
},
"author": "Oleg Lavrovsky <oleg@datalets.ch>",
"license": "MIT",
"homepage": "https://github.com/loleg/public-health-ch#readme"
"homepage": "https://github.com/datalets/public-health-ch#readme"
}