Nginx + Gunicorn没有显示Django代码的更新版本

时间:2016-03-11 07:45:02

标签: python django nginx gunicorn

我已经使用Nginx和Gunicorn以及域名正确上传了一个Django项目。但是现在当我更新/更改代码时,它仍然向我显示相同的旧消息。我甚至试图创建一个错误,但它仍然显示我用来显示测试的旧编码消息。我的settings与链接一样。

请告知。

1 个答案:

答案 0 :(得分:0)

我在带有gginx,gunicorn,supervisor和systemd配置的GCP Compute Engine实例上的hello world应用程序中遇到了相同的问题。

It looks like supervisor is not properly restarting the gunicorn

在我的情况下,我通过以下命令解决了此问题

sudo systemctl restart gunicorn