auth/tauth/apps.py
2024-12-20 23:44:31 -05:00

6 lines
139 B
Python

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