【发布时间】:2015-05-09 01:44:51
【问题描述】:
我有一个小问题,我在我的管理部分安装了 Django-ckeditor。 我可以在 Admin 中完美使用它,但是当我在 Html 页面上显示时显示不正确,我会放一些图像以获得更好的视觉效果。
这是我的管理员 ckeditor,完美运行!
这是我的 html 页面,其中 ckeditor 无法正常工作
我该如何解决这个问题? (我使用 python 2.7.4 和 Django 1.7.4)
【问题讨论】:
标签: python html django templates ckeditor