mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Will cause Django to fake any initial migrations for tables that already exist. Required as we have moved some tables to other apps. If the tables don't exist, the initial migrations run as normal.
5 lines
176 B
Bash
Executable File
5 lines
176 B
Bash
Executable File
pip install --upgrade -r requirements.txt
|
|
python manage.py migrate --fake-initial
|
|
yes yes | python manage.py collectstatic
|
|
python manage.py shell < run_alliance_corp_update.py
|