Add nginx visualization

This commit is contained in:
2026-04-01 15:51:20 +11:00
parent 9f9f96e86f
commit 7eb002a437
32 changed files with 2287 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ INSTALLED_APPS = [
'simplemde',
'markdown', # 只需要基本的markdown包
'netscan',
'nginxmon',
]
ROOT_URLCONF = 'core.urls'