From f9584f6a0029e8bc65d2801a3122935fcd19eb24 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 16 Jan 2026 15:11:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/asgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/asgi.py b/server/asgi.py index 298f8c4..e79544d 100755 --- a/server/asgi.py +++ b/server/asgi.py @@ -11,6 +11,7 @@ import os import django from channels.routing import ProtocolTypeRouter, URLRouter +# This is needed for Django to work properly. os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'server.settings') django.setup()