mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
4 lines
157 B
Bash
Executable File
4 lines
157 B
Bash
Executable File
pip install --upgrade -r requirements.txt
|
|
python manage.py migrate --fake-initial
|
|
yes yes | python manage.py collectstatic -c
|
|
python manage.py check --deploy |