A text plugin for django CMS that provides a CKEditor-based rich text editor. Version 5.1.7 is the current release and previous release (the repository has been archived). Requires Python >=3.7 and Django CMS 3.7+ (including 4.x and 5.x).
pip install djangocms-text-ckeditorVerified import paths — ran on the pinned version, not inferred.
Add 'djangocms_text_ckeditor' to INSTALLED_APPS, configure CKEDITOR_SETTINGS, and use the placeholder in templates.
Consider switching to djangocms-text or django-ckeditor for continued support.
Migrate to CKEditor 5 (e.g., use django-ckeditor-5).
Upgrade to 5.1.1+ or use CMS_TOOLBAR_SIMPLE = True in settings.
Override __str__ on models that use HTMLField or set sanitize=False.