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 ## Organisation du dépôt
```
PlanarianScanner/ PlanarianScanner/
├── cameras/ # App principale ├── cameras/ # App principale
│ ├── models.py # ExportSession, ScanningStatus │ ├── models.py # ExportSession, ScanningStatus
@@ -210,6 +210,7 @@ PlanarianScanner/
├── logs/ # Logs Celery (rotation auto) ├── logs/ # Logs Celery (rotation auto)
├── media/exports/ # Fichiers exportés temporaires ├── media/exports/ # Fichiers exportés temporaires
└── requirements.txt └── requirements.txt
``` ```
--- ---