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
@@ -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