allianceauth/update.sh
2016-03-05 17:53:41 -05:00

6 lines
211 B
Bash
Executable File

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
python manage.py shell < run_alliance_corp_update.py