Merge pull request #247 from Adarnof/update

Automated update script
This commit is contained in:
Adarnof 2016-02-08 00:26:42 -05:00
commit fa23d0ae82

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