auth/tauth/apps.py

7 lines
139 B
Python
Raw Normal View History

2024-12-20 23:44:31 -05:00
from django.apps import AppConfig
class DBConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "tauth"