# -*- coding: utf-8 -*- from django.apps import AppConfig class ReportmanageConfig(AppConfig): name = 'ReportManage' verbose_name = u'报表管理'