Files
codebox/api/app/custom_auth/apps.py
2023-05-14 20:28:29 +03:00

7 lines
147 B
Python

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