from django.apps import AppConfig class SettingConfig(AppConfig): name = "apps.setting" verbose_name = "系统设置"