Modélisation de données

This commit is contained in:
Etienne GILLE
2026-02-13 16:04:01 +01:00
parent a9a8256137
commit e3eb424290
19 changed files with 468 additions and 0 deletions

5
compterendu/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class CompterenduConfig(AppConfig):
name = 'compterendu'