cma_search/server/apps/ops/apps.py

7 lines
120 B
Python

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