Fonctionnalite: Ajout des contrats

This commit is contained in:
2026-04-30 13:28:53 +02:00
parent 9d9e6c6549
commit c0cdca48fa
259 changed files with 325 additions and 43442 deletions

View File

@@ -1,16 +0,0 @@
"""
WSGI config for SIRH project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/5.2/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'SIRH.settings')
application = get_wsgi_application()