# -*- coding: utf-8 -*- from django.apps import AppConfig class WarnmangeConfig(AppConfig): name = 'apps.WarnManage' verbose_name = u'预警管理'