feat: 更新requirements.txt

This commit is contained in:
李强
2023-10-19 16:01:16 +08:00
parent 996d644d9b
commit 3b84773a7d
2 changed files with 24 additions and 27 deletions

View File

@@ -47,5 +47,3 @@ ALLOWED_HOSTS = ["*"]
CUSTOM_APPS = [
"dvadmin.system",
]
# daphne启动命令
#daphne application.asgi:application -b 0.0.0.0 -p 8000