allianceauth/update.sh

5 lines
168 B
Bash

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