expalert/custom_auth/apps.py
2023-12-04 16:09:40 +01:00

7 lines
153 B
Python

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