daren/apps/user/apps.py

7 lines
151 B
Python
Raw Permalink Normal View History

2025-05-19 18:23:59 +08:00
from django.apps import AppConfig
class UserConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.user'