From 766f4343aa58dfc6e04d5fdd9f09223c8da93f91 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sat, 5 Mar 2016 17:53:41 -0500 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index f8695c08..dea2e963 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -pip install --upgrade -r requirements.txt +pip install -r requirements.txt yes yes | python manage.py syncdb yes yes | python manage.py evolve --hint --execute yes yes | python manage.py collectstatic