diff --git a/update.sh b/update.sh index 6ec2e407..9b25398f 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ pip install --upgrade -r requirements.txt -python manage.py migrate +python manage.py migrate --fake-initial yes yes | python manage.py collectstatic python manage.py shell < run_alliance_corp_update.py