This commit is contained in:
2026-04-29 10:40:27 +02:00
parent 2a30afae86
commit 6a8a864ba1
+2 -1
View File
@@ -196,7 +196,7 @@ ip.du.rasp.berry scanner.local
## Organisation du dépôt
```
PlanarianScanner/
├── cameras/ # App principale
│ ├── models.py # ExportSession, ScanningStatus
@@ -210,6 +210,7 @@ PlanarianScanner/
├── logs/ # Logs Celery (rotation auto)
├── media/exports/ # Fichiers exportés temporaires
└── requirements.txt
```
---