Всем привет!
Не получается подключить CKeditor, возникает ошибка и пустое поле там где должен отображаться RichTextUploadingField:
Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "insertpre" was not found at "
127.0.0.1:8000/static/ckeditor/ckeditor/plugins/in...".
at CKEDITOR.resourceManager. (ckeditor.js:270)
at e (ckeditor.js:265)
at Array.x (ckeditor.js:265)
at t (ckeditor.js:265)
at HTMLScriptElement.CKEDITOR.env.ie.e.$.onerror (ckeditor.js:266)
Проделанные шаги:
1. Установил django-ckeditor
2. подключил в INSTALLED_APPS = [
'ckeditor',
'ckeditor_uploader',
]
3. В модели добавил поле RichTextUploadingField
4. сделал collectstatic
что ещё надо для того чтобы заработал editor?