from django.apps import AppConfig class RbacConfig(AppConfig): name = 'system' verbose_name = '系统管理'