allianceauth/update.sh
2016-02-07 17:52:48 +00:00

5 lines
158 B
Bash

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