create reservation models

This commit is contained in:
Thomas Girod
2025-04-13 15:09:42 +02:00
committed by imperosol
parent b1eae5b466
commit 0857464e05
10 changed files with 286 additions and 1 deletions

View File

@ -123,6 +123,7 @@ INSTALLED_APPS = (
"trombi",
"matmat",
"pedagogy",
"reservation",
"galaxy",
"antispam",
)