标签: python django github http-status-code-400 django-channels
我有一个工作页面,该页面通过Nginx,Daphne,Redis和Gunicorn的渠道运行Django。从Github中获取更新后,我的索引页现在显示“ Bad Request(400)”,在控制台中没有任何帮助,除了缺少favicon。我的settings.py具有DEBUG = False和ALLOWED_HOSTS = ['AWS_IP']。谁能帮我弄清楚是什么原因造成的?