Files
sgl/authentification/apps.py
2025-12-19 09:43:33 +00:00

7 lines
170 B
Python

from django.apps import AppConfig
class AuthentificationConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "authentification"