allianceauth/update.sh
2016-02-19 04:37:54 +00:00

6 lines
221 B
Bash
Executable File

pip install --upgrade -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