finishing with Phase 2

This commit is contained in:
JakeBreath
2026-08-04 19:05:38 -05:00
parent b1ae2a9827
commit 8a6833def0
10 changed files with 43 additions and 23 deletions
+4
View File
@@ -29,6 +29,10 @@ else
echo "To force re-run, use: $0 --force-setup"
fi
# Rebuild the vanilla entity-texture index (gitignored generated file)
echo "Rebuilding vanilla entity-texture index..."
"$PYTHON_BIN" manage.py refresh_vanilla_index
# Collect static files (served by gunicorn via whitenoise)
"$PYTHON_BIN" manage.py collectstatic --noinput