feat: improve scouting dashboard and demo data

This commit is contained in:
bisco
2026-06-03 22:42:08 +02:00
parent 22f4a9159a
commit 7101900e19
10 changed files with 633 additions and 160 deletions
+2
View File
@@ -14,6 +14,8 @@ Seed demo data:
docker compose run --rm backend python manage.py seed_demo_data
```
The seed command is idempotent and refreshes the synthetic scouting board.
Create an admin user:
```bash