--- id: django-ckeditor version: "6.7.3" license: unclear license_treatment: permissive maintenance: aging --- # django-ckeditor — Django admin CKEditor integration. License: permissive · Maintenance: aging · Downloads: 831.4K/mo ## What it is and what it does django-ckeditor provides Django form fields and widgets that wrap CKEditor 4.18.0, a JavaScript rich-text editor, for use in Django admin and custom forms. It includes image upload and browsing capabilities, works with django-storages (including S3), and bundles CKEditor language and plugin files. The package requires Django and django-js-asset as runtime dependencies and must be added to INSTALLED_APPS with static files collected via Django's collectstatic command. The maintainer has published a deprecation notice stating that CKEditor 4 has unfixed security issues and recommends against new use of this package. While the repository remains active and supports modern Django (3.2–5.2) and Python (3.8–3.13) versions, prospective users should evaluate alternatives listed on Django Packages before adopting it for new projects. Use it for: - Add rich-text editing to Django admin model forms without writing custom JavaScript. - Enable image upload and browsing in user-generated content fields with optional per-user access restrictions. - Integrate CKEditor into custom Django forms with configurable toolbars and plugins. - Store rich-text content in database fields with automatic HTML rendering support. - Use S3 or other django-storages backends for uploaded media instead of local filesystem. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Integrates CKEditor 4.18.0 rich-text editing into Django admin and forms, with image upload and browsing support via django-js-asset. No—the maintainer explicitly recommends against using this package due to unfixed security issues in the underlying CKEditor 4 library. While the package itself has low install friction and broad Django/Python support, the deprecation notice and security concerns outweigh its convenience. Evaluate alternatives on Django Packages before committing to a new project. ## Install pip install django-ckeditor uv add django-ckeditor poetry add django-ckeditor ## Installing django-ckeditor Before you install: Low install friction with two runtime dependencies. Maintenance status is aging—last release was 434 days ago, though the repository remains active and supported across Django 3.2 through 5.2 and Python 3.8–3.13. License in practice: Permissive license allows broad use and modification. No specific SPDX or raw license text provided in metadata, but classifier indicates BSD-compatible terms. Quickstart: pip install django-ckeditor # In settings.py INSTALLED_APPS = ['ckeditor', ...] # In models.py from ckeditor.fields import RichTextField class Article(models.Model): content = RichTextField() Requires running `./manage.py collectstatic` to copy CKEditor static assets. May need manual CKEDITOR_BASEPATH configuration when using asset pipelines or ManifestStaticFilesStorage. Verify before relying: - Maintainer's deprecation notice recommends against new use due to unfixed CKEditor 4 security issues—current OSV query shows zero recorded vulnerabilities, but this may not reflect all known issues. - Whether the package's own code has been audited for security beyond the underlying CKEditor 4.18.0 library. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: low - Maintenance: aging - Downloads: 831.4K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags django rich text editor, ckeditor django integration, django wysiwyg editor, django admin text editor, django image upload editor, rich text field django, django-integration, deprecated-upstream [View on SkillFed](https://skillfed.io/packages/django-ckeditor) · [View on PyPI](https://pypi.org/project/django-ckeditor/)