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
@@ -28,5 +28,9 @@ 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
echo "Starting Django development server on 0.0.0.0:8000..."
exec "$PYTHON_BIN" manage.py runserver 0.0.0.0:8000