Adventurelog: pin DRF <3.15 to fix coreapi module removal (#13194)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-22 22:48:41 +01:00
committed by GitHub
parent 624607ca48
commit f26adc2208
2 changed files with 2 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ function update_script() {
fi
$STD .venv/bin/python -m pip install --upgrade pip
$STD .venv/bin/python -m pip install -r requirements.txt
$STD .venv/bin/python -m pip install 'djangorestframework<3.15'
$STD .venv/bin/python -m manage collectstatic --noinput
$STD .venv/bin/python -m manage migrate