Can't get CKEditor plugins to work in django

前端 未结 5 1719
后悔当初
后悔当初 2021-01-07 02:37

I am trying to get the CKEditor plugin, codesnippet, to work in the django admin but am unable to. CKEditor works if I don\'t define any CKEDIT_CONFIGS in my settings.py. It

5条回答
  •  执念已碎
    2021-01-07 03:39

    This is a probably a different cause of the problem than what was original asked about, because it was a few years ago. But a lot of plugins are not working with the latest release of django-ckeditor, version 5.1.0.

    Took me ages to work out what was wrong - and it's just that the latest version does not include all the plugins. If you pip uninstall and the install version 5.0.0, you get the full plugin suite.

    Figure this might help someone who finds this thread.

提交回复
热议问题