重启nginx和gunicorn后python django应用未刷新

时间:2018-10-17 08:49:23

标签: python django ckeditor gunicorn rich-text-editor

我第一次在python应用程序(CKeditor)中使用了RTF编辑器。

如果我使用:p运行服务器,它可以在我的本地主机上正常工作(意味着CKeditor加载),并且当我将代码推送到服务器然后迁移时

python manage.py runserver https://myhost:8000

CKeditor将被加载到该路径上。

但是在重启gunicorn和nginx之后,CKeditor不会出现在旧的运行路径上。

谢谢。

0 个答案:

没有答案