# -*- coding: utf-8 -*- from django.apps import AppConfig class AppinfomanageConfig(AppConfig): name = 'apps.AppInfoManage' verbose_name = u'APP管理'