Automated update script

This commit is contained in:
Adarnof 2016-02-07 17:52:48 +00:00
parent 64201b38fc
commit c26a69fe9d

4
update.sh Normal file
View File

@ -0,0 +1,4 @@
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