• <bdo id='LTdXV'></bdo><ul id='LTdXV'></ul>

  1. <tfoot id='LTdXV'></tfoot><legend id='LTdXV'><style id='LTdXV'><dir id='LTdXV'><q id='LTdXV'></q></dir></style></legend>
    <i id='LTdXV'><tr id='LTdXV'><dt id='LTdXV'><q id='LTdXV'><span id='LTdXV'><b id='LTdXV'><form id='LTdXV'><ins id='LTdXV'></ins><ul id='LTdXV'></ul><sub id='LTdXV'></sub></form><legend id='LTdXV'></legend><bdo id='LTdXV'><pre id='LTdXV'><center id='LTdXV'></center></pre></bdo></b><th id='LTdXV'></th></span></q></dt></tr></i><div id='LTdXV'><tfoot id='LTdXV'></tfoot><dl id='LTdXV'><fieldset id='LTdXV'></fieldset></dl></div>

      <small id='LTdXV'></small><noframes id='LTdXV'>

      Django 频道和天蓝色

      Django channels and azure(Django 频道和天蓝色)

        <i id='Rz799'><tr id='Rz799'><dt id='Rz799'><q id='Rz799'><span id='Rz799'><b id='Rz799'><form id='Rz799'><ins id='Rz799'></ins><ul id='Rz799'></ul><sub id='Rz799'></sub></form><legend id='Rz799'></legend><bdo id='Rz799'><pre id='Rz799'><center id='Rz799'></center></pre></bdo></b><th id='Rz799'></th></span></q></dt></tr></i><div id='Rz799'><tfoot id='Rz799'></tfoot><dl id='Rz799'><fieldset id='Rz799'></fieldset></dl></div>
      1. <small id='Rz799'></small><noframes id='Rz799'>

          • <bdo id='Rz799'></bdo><ul id='Rz799'></ul>

                <tfoot id='Rz799'></tfoot>
              • <legend id='Rz799'><style id='Rz799'><dir id='Rz799'><q id='Rz799'></q></dir></style></legend>
                  <tbody id='Rz799'></tbody>
              • 本文介绍了Django 频道和天蓝色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在尝试在 azure 中部署 django 频道.

                I am trying to deploy django channels in azure.

                我已经将它与 azure redis 缓存集成,它在本地主机上运行良好.

                I have already integrated it with azure redis cache and it's working good in local host.

                我已经尝试在 azure 中正常部署 django 应用程序,除了套接字之外的一切都在工作.

                I have tried the normal deployment of django apps in azure, everything except sockets are working.

                CHANNEL_LAYERS = {
                'default': {
                    'BACKEND': 'channels_redis.core.RedisChannelLayer',
                    'CONFIG': {
                        "hosts": [(f'redis://:{os.environ["REDISPASS"]}@mywebsite.redis.cache.windows.net:6379/0')],
                    },
                },
                

                }

                显示意外错误网站意外关闭.

                It's showing unexpected error website closed unexpectedly.

                我已经按照这个基本的状态代码来实现 django 频道.

                I have followed this basic stater code for implementing django channels.

                教程

                推荐答案

                从你的配置文件中,我看到你使用了 6379 端口.

                From your config file, I saw you use port 6379.

                这不行,你可以只使用https端口443和httpazure webapp 服务中的端口 80.

                如果必须使用6379等自定义端口,建议使用服务器并开启安全端口,则webapp不会部署在azure上.

                If you must use a custom port such as 6379, it is recommended to use a server and open a secure port, then the webapp will not be deployed on azure.

                这篇关于Django 频道和天蓝色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Running .jl file from R or Python(从 R 或 Python 运行 .jl 文件)
                Running Julia .jl file in python(在 python 中运行 Julia .jl 文件)
                Using PIP in a Azure WebApp(在 Azure WebApp 中使用 PIP)
                How to run python3.7 based flask web api on azure(如何在 azure 上运行基于 python3.7 的烧瓶 web api)
                Azure Python Web App Internal Server Error(Azure Python Web 应用程序内部服务器错误)
                Run python dlib library on azure app service(在 azure app 服务上运行 python dlib 库)
                  • <bdo id='AjqVO'></bdo><ul id='AjqVO'></ul>

                      <tbody id='AjqVO'></tbody>

                        <i id='AjqVO'><tr id='AjqVO'><dt id='AjqVO'><q id='AjqVO'><span id='AjqVO'><b id='AjqVO'><form id='AjqVO'><ins id='AjqVO'></ins><ul id='AjqVO'></ul><sub id='AjqVO'></sub></form><legend id='AjqVO'></legend><bdo id='AjqVO'><pre id='AjqVO'><center id='AjqVO'></center></pre></bdo></b><th id='AjqVO'></th></span></q></dt></tr></i><div id='AjqVO'><tfoot id='AjqVO'></tfoot><dl id='AjqVO'><fieldset id='AjqVO'></fieldset></dl></div>

                      1. <tfoot id='AjqVO'></tfoot>

                        <small id='AjqVO'></small><noframes id='AjqVO'>

                          <legend id='AjqVO'><style id='AjqVO'><dir id='AjqVO'><q id='AjqVO'></q></dir></style></legend>