This commit is contained in:
mipel
2021-07-01 13:36:07 +02:00
commit c14e9466fb
91 changed files with 22395 additions and 0 deletions

5
intervention/apps.py Normal file
View File

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