Can't get CKEditor plugins to work in django
问题 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 also works if take out the "extraPlugins" line (and it successfully will adjust the height and width as defined in the CKEDITOR_CONFIGS section). I installed CKEditor using the instructions here: https://github.com/shaunsephton/django-ckeditor CKeditor is located in /static/ckeditor and codesnippet is in /static/ckeditor