finishing with Phase 2

This commit is contained in:
2026-08-04 19:05:38 -05:00
parent c3a9b81e55
commit 09fbff7d86
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