settings.py # WSGI_APPLICATION = 'main.wsgi.application' # work fine ASGI_APPLICATION = "main.asgi.application" # not working.
確定! 回上一頁