This commit is contained in:
2022-11-08 21:19:51 +01:00
commit 4c456eafc3
160 changed files with 21472 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
"""
Ce fichier est créé pour inclure toute configuration de l'application.
"""
from django.apps import AppConfig
class BackendConfig(AppConfig):
"""Cette classe permet de configurer les variables du backend.
"""
default_auto_field = 'django.db.models.BigAutoField'
name = 'backend'