From ba12dca5c8f0d80bc5e81f210f985b5d561ed6fd Mon Sep 17 00:00:00 2001 From: PekopT Date: Mon, 22 Aug 2016 20:54:33 +0300 Subject: [PATCH] fix for update --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index dc25eff..164cf07 100644 --- a/update.sh +++ b/update.sh @@ -5,4 +5,5 @@ git reset --hard && git pull && ./manage.py migrate --noinput && ./manage.py collectstatic --noinput && -supervisorctl restart arch \ No newline at end of file +supervisorctl restart arch && +./manage.py recalculation_spec \ No newline at end of file