expalert/custom_auth/apps.py

7 lines
153 B
Python
Raw Normal View History

2023-12-04 15:09:40 +00:00
from django.apps import AppConfig
class CustomAuthConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "custom_auth"