Files
ai_web/backend/apps/users/apps.py
2026-01-27 18:15:43 +08:00

8 lines
181 B
Python

from django.apps import AppConfig
class UsersConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.users'
verbose_name = '用户管理'