开发者

How do I install CKEditor with Django-WYSIWYG

开发者 https://www.devze.com 2023-01-04 08:47 出处:网络
I am trying to install the CKEditor for use with Django-WYSIWYG. This is proving to be oddly difficult.

I am trying to install the CKEditor for use with Django-WYSIWYG. This is proving to be oddly difficult.

As mentioned on the site for Django-WYSIWYG, it is possible to "install" CKEditor by dropping the distribution file in the MEDIA_URL folder on one's system.

In addition, you've got to set a variable in settings, which determines开发者_StackOverflow中文版 Django-WYSIWYG's "flavor."

I've done both of these things. I get no errors, but the thing still wants to use YUI. I'm really dissatisfied with YUI and would much prefer CKEditor, but for some reason it won't install.

If I am missing a step, or if you have done this somehow, please let me know!

Sorry for what is probably an obvious question.


https://github.com/shaunsephton/django-ckeditor u can use it.


I was able to get this to work. It is likely that you are not setting the URL correctly in your settings file. For Django 1.3, the ckeditor files are placed in static.

0

精彩评论

暂无评论...
验证码 换一张
取 消