made the rest of the relevant pr changes

This commit is contained in:
FlorisLava
2026-02-03 11:25:26 +01:00
parent 4e2237a9f9
commit 748935481d
2 changed files with 4 additions and 16 deletions

View File

@@ -53,7 +53,6 @@ function update_script() {
set -a && source /opt/wger/.env && set +a
export DJANGO_SETTINGS_MODULE=settings.main
$STD uv pip install .
$STD uv pip install gunicorn psycopg2-binary
$STD uv run python manage.py migrate
$STD uv run python manage.py collectstatic --no-input
msg_ok "Updated wger"