Files
serveur-d-authentification/authentification/apps.py

5 lines
162 B
Python
Raw Normal View History

2026-08-03 13:05:09 +00:00
from django.apps import AppConfig
class AuthentificationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'authentification'