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