factory/apps/monitor/apps.py

7 lines
128 B
Python
Executable File

from django.apps import AppConfig
class MonitorConfig(AppConfig):
name = 'apps.monitor'
verbose_name = '系统监控'