from django.apps import AppConfig class UsersConfig(AppConfig): name = 'apps.users' verbose_name = '系统配置'