From df5b99ed568703fdd3dbf693aeca28f23bd06b76 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Mon, 25 Feb 2019 10:04:56 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 129e480..5f4bb7e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -191,8 +191,8 @@ systemctl restart nginx pushd /srv/carom/ git pull pipenv update -pipenv run ./manage.py migrate -pipenv run ./manage.py collectstatic --noinput +pipenv run python manage.py migrate +pipenv run python manage.py collectstatic --noinput touch /etc/uwsgi/apps-enabled/carom.ini popd ```