From 4b3ee9c433fb353488bacb5c3cbf8e10e8b4a4d6 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Thu, 18 Feb 2016 20:32:30 +0000 Subject: [PATCH] Run initial boostrapping when updating --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 443b4231..f8695c08 100644 --- a/update.sh +++ b/update.sh @@ -2,3 +2,4 @@ pip install --upgrade -r requirements.txt yes yes | python manage.py syncdb yes yes | python manage.py evolve --hint --execute yes yes | python manage.py collectstatic +python manage.py shell < run_alliance_corp_update.py