Update update.sh

This commit is contained in:
Adarnof 2016-03-05 17:53:41 -05:00
parent a66df6b574
commit 766f4343aa

View File

@ -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 syncdb
yes yes | python manage.py evolve --hint --execute yes yes | python manage.py evolve --hint --execute
yes yes | python manage.py collectstatic yes yes | python manage.py collectstatic