7 lines
130 B
Python
7 lines
130 B
Python
![]() |
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class MonitorConfig(AppConfig):
|
||
|
name = 'vadmin.monitor'
|
||
|
verbose_name = "系统监控"
|