perf: 优化登录页面

This commit is contained in:
ibuler
2022-06-21 16:18:13 +08:00
parent 7c1882bb53
commit f1a22575d3
9 changed files with 180 additions and 56 deletions

View File

@@ -5,5 +5,5 @@ from .. import ws
app_name = 'ops'
urlpatterns = [
path('ws/ops/tasks/log/', ws.TaskLogWebsocket, name='task-log-ws'),
path('ws/ops/tasks/log/', ws.TaskLogWebsocket.as_asgi(), name='task-log-ws'),
]