# -*- coding: utf-8 -*- from django.apps import AppConfig class SystemmanageConfig(AppConfig): name = 'apps.SystemManage' verbose_name = u'系统管理'