Updated startup script to collect static and evolve as needed.

This commit is contained in:
Adarnof 2015-11-28 06:28:30 +00:00
parent d8bc01484f
commit ba73c4c465

View File

@ -1,7 +1,9 @@
#!/usr/bin/env bash
# TODO route log output to file.
yes yes | python manage.py collectstatic
python manage.py syncdb
yes yes | python manage.py evolve --hint --execute
python manage.py shell < run_alliance_corp_update.py