Files
Backend/auth/apps.py
T

8 lines
218 B
Python
Raw Normal View History

2026-02-19 01:19:22 +03:30
from django.apps import AppConfig
class AuthConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "auth"
label = "auth_api" # Avoid clash with django.contrib.auth (label "auth")