Add network scan

This commit is contained in:
2026-03-21 16:41:14 +11:00
parent 4d73ed9ac9
commit 551fdf5cbb
37 changed files with 2564 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ INSTALLED_APPS = [
'new_theme',
'simplemde',
'markdown', # 只需要基本的markdown包
'netscan',
]
ROOT_URLCONF = 'core.urls'