Files
sgl/authentification/apps.py

7 lines
170 B
Python
Raw Normal View History

2025-12-19 09:43:33 +00:00
from django.apps import AppConfig
class AuthentificationConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "authentification"