From 2b6eae990d2620f6d1564dbc30a76f0de6f82f1c Mon Sep 17 00:00:00 2001 From: PekopT Date: Mon, 22 Aug 2016 21:08:02 +0300 Subject: [PATCH] fix for update --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index 164cf07..8674d16 100644 --- a/update.sh +++ b/update.sh @@ -1,8 +1,10 @@ #!/usr/bin/env bash source ../env/bin/activate && +pip install -r requirements/base.txt && git reset --hard && git pull && +chmod +x update.sh && ./manage.py migrate --noinput && ./manage.py collectstatic --noinput && supervisorctl restart arch &&