{"id":13415651,"url":"https://github.com/django-ckeditor/django-ckeditor","last_synced_at":"2025-05-15T00:05:49.488Z","repository":{"id":37550375,"uuid":"552926","full_name":"django-ckeditor/django-ckeditor","owner":"django-ckeditor","description":"Django admin CKEditor integration.","archived":false,"fork":false,"pushed_at":"2024-12-05T09:37:00.000Z","size":13776,"stargazers_count":2441,"open_issues_count":8,"forks_count":694,"subscribers_count":52,"default_branch":"main","last_synced_at":"2025-05-07T23:39:03.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django-ckeditor.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-03-08T19:20:59.000Z","updated_at":"2025-05-05T02:49:56.000Z","dependencies_parsed_at":"2024-01-06T09:58:08.637Z","dependency_job_id":"f286b6ec-07a6-4726-884d-10786dd716ed","html_url":"https://github.com/django-ckeditor/django-ckeditor","commit_stats":{"total_commits":671,"total_committers":124,"mean_commits":5.411290322580645,"dds":0.7645305514157973,"last_synced_commit":"6c7d7275ec068c5aaa82f644a27fa84cf51bdb88"},"previous_names":["shaunsephton/django-ckeditor"],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-ckeditor%2Fdjango-ckeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-ckeditor%2Fdjango-ckeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-ckeditor%2Fdjango-ckeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-ckeditor%2Fdjango-ckeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django-ckeditor","download_url":"https://codeload.github.com/django-ckeditor/django-ckeditor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253609606,"owners_count":21935556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:51.080Z","updated_at":"2025-05-15T00:05:44.464Z","avatar_url":"https://github.com/django-ckeditor.png","language":"JavaScript","funding_links":[],"categories":["Third-Party Packages","JavaScript","Uncategorized","Django Utilities"],"sub_categories":["Editors","Uncategorized"],"readme":"Deprecation notice\n==================\n\nI do not recommend using this package anymore since the open source version of CKEditor 4 has unfixed security issues. More on this in `my blog post \u003chttps://406.ch/writing/django-ckeditor/\u003e`__. Alternatives are listed `here on Django Packages \u003chttps://djangopackages.org/grids/g/wysiwyg/\u003e`__. I personally am using `django-prose-editor \u003chttps://406.ch/writing/django-prose-editor-prose-editing-component-for-the-django-admin/\u003e`__. Thanks!\n\n\nDjango CKEditor\n===============\n\n.. image:: https://img.shields.io/pypi/v/django-ckeditor.svg\n   :target: https://pypi.python.org/pypi/django-ckeditor\n\n.. image:: https://img.shields.io/pypi/pyversions/django-ckeditor.svg\n   :target: https://pypi.org/project/django-ckeditor/\n\n.. image:: https://img.shields.io/pypi/djversions/django-ckeditor.svg\n   :target: https://pypi.org/project/django-ckeditor/\n\n.. image:: https://github.com/django-ckeditor/django-ckeditor/workflows/Tests/badge.svg\n   :target: https://github.com/django-ckeditor/django-ckeditor/actions\n\n.. image:: https://readthedocs.org/projects/django-ckeditor/badge/?version=latest\u0026style=flat\n   :target: https://django-ckeditor.readthedocs.io/en/latest/\n\n\n**Django admin CKEditor integration.**\n\nProvides a ``RichTextField``, ``RichTextUploadingField``, ``CKEditorWidget`` and ``CKEditorUploadingWidget`` utilizing CKEditor with image uploading and browsing support included.\n\nThis version also includes:\n\n#. support to django-storages (works with S3)\n#. updated ckeditor to version 4.18.0\n#. included all ckeditor language and plugin files to make everyone happy! ( `only the plugins maintained by the ckeditor develops team \u003chttps://github.com/ckeditor/ckeditor-dev/tree/4.6.2/plugins\u003e`__ )\n\n.. contents:: Contents\n   :depth: 5\n\nInstallation\n------------\n\nRequired\n~~~~~~~~\n#. Install or add django-ckeditor to your python path.\n   ::\n\n        pip install django-ckeditor\n\n#. Add ``ckeditor`` to your ``INSTALLED_APPS`` setting.\n\n#. Run the ``collectstatic`` management command: ``$ ./manage.py collectstatic``. This will copy static CKEditor required media resources into the directory given by the ``STATIC_ROOT`` setting. See `Django's documentation on managing static files \u003chttps://docs.djangoproject.com/en/dev/howto/static-files\u003e`__ for more info.\n\n#. CKEditor needs to know where its assets are located because it loads them\n   lazily only when needed. The location is determined in the ``ckeditor-init.js``\n   script. and defaults to ``static/ckeditor/ckeditor/``. This does not work all\n   the time, for example when using ``ManifestStaticFilesStorage``, any asset\n   packaging pipeline or whatnot. django-ckeditor is quite good at automatically\n   detecting the correct place even then, but sometimes you have to hardcode\n   ``CKEDITOR_BASEPATH`` somewhere. This can be hardcoded in settings, i.e.::\n\n        CKEDITOR_BASEPATH = \"/my_static/ckeditor/ckeditor/\"\n\n   It is possible to override\n   the ``admin/change_form.html`` template with your own if you really need to do\n   this, i.e.::\n\n        {% extends \"admin/change_form.html\" %}\n\n        {% block extrahead %}\n        \u003cscript\u003ewindow.CKEDITOR_BASEPATH = '/my_static/ckeditor/ckeditor/';\u003c/script\u003e\n        {{ block.super }}\n        {% endblock %}\n\n   Of course, you should adapt this snippet to your needs when using\n   CKEditor outside the admin app.\n\n\nRequired for using widget with file upload\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n#. Add ``ckeditor_uploader`` to your ``INSTALLED_APPS`` setting.\n\n#. Add a ``CKEDITOR_UPLOAD_PATH`` setting to the project's ``settings.py`` file. This setting specifies a relative path to your CKEditor media upload directory. CKEditor uses Django's storage API. By default, Django uses the file system storage backend (it will use your ``MEDIA_ROOT`` and ``MEDIA_URL``) and if you don't use a different backend you have to have write permissions for the ``CKEDITOR_UPLOAD_PATH`` path within ``MEDIA_ROOT``, i.e.::\n\n        CKEDITOR_UPLOAD_PATH = \"uploads/\"\n\n   When using default file system storage, images will be uploaded to \"uploads\" folder in your ``MEDIA_ROOT`` and urls will be created against ``MEDIA_URL`` (``/media/uploads/image.jpg``).\n\n   If you want to be able to have control over filename generation, you have to add a custom filename generator to your settings::\n\n        # utils.py\n\n        def get_filename(filename, request):\n            return filename.upper()\n\n   ::\n\n        # settings.py\n\n        CKEDITOR_FILENAME_GENERATOR = 'utils.get_filename'\n\n   CKEditor has been tested with django FileSystemStorage and S3BotoStorage.\n   There are issues using S3Storage from django-storages.\n\n#. For the default filesystem storage configuration, ``MEDIA_ROOT`` and ``MEDIA_URL`` must be set correctly for the media files to work (like those uploaded by the ckeditor widget).\n\n#. Add CKEditor URL include to your project's ``urls.py`` file::\n\n    path('ckeditor/', include('ckeditor_uploader.urls')),\n\n#. Note that by adding those URLs you add views that can upload and browse through uploaded images. Since django-ckeditor 4.4.6, those views are decorated using ``@staff_member_required``. If you want a different permission decorator (``login_required``, ``user_passes_test`` etc.) then add views defined in ``ckeditor.urls`` manually to your urls.py.\n\n\nOptional - customizing CKEditor editor\n--------------------------------------\n\n#. Add a CKEDITOR_CONFIGS setting to the project's ``settings.py`` file. This specifies sets of CKEditor settings that are passed to CKEditor (see CKEditor's `Setting Configurations \u003chttp://docs.ckeditor.com/#!/guide/dev_configuration\u003e`__), i.e.::\n\n       CKEDITOR_CONFIGS = {\n           'awesome_ckeditor': {\n               'toolbar': 'Basic',\n           },\n       }\n\n   The name of the settings can be referenced when instantiating a RichTextField::\n\n       content = RichTextField(config_name='awesome_ckeditor')\n\n   The name of the settings can be referenced when instantiating a CKEditorWidget::\n\n       widget = CKEditorWidget(config_name='awesome_ckeditor')\n\n   By specifying a set named ``default`` you'll be applying its settings to all RichTextField and CKEditorWidget objects for which ``config_name`` has not been explicitly defined ::\n\n       CKEDITOR_CONFIGS = {\n           'default': {\n               'toolbar': 'full',\n               'height': 300,\n               'width': 300,\n           },\n       }\n\n   It is possible to create a custom toolbar ::\n\n        CKEDITOR_CONFIGS = {\n            'default': {\n                'toolbar': 'Custom',\n                'toolbar_Custom': [\n                    ['Bold', 'Italic', 'Underline'],\n                    ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],\n                    ['Link', 'Unlink'],\n                    ['RemoveFormat', 'Source']\n                ]\n            }\n        }\n\n   If you want or need plugins which are not part of django-ckeditor's\n   plugin set you may specify assets and plugins as follows::\n\n        text = RichTextField(\n            config_name='forum-post',\n\n            # CKEDITOR.config.extraPlugins:\n            extra_plugins=['someplugin'],\n\n            # CKEDITOR.plugins.addExternal(...)\n            external_plugin_resources=[(\n                'someplugin',\n                '/static/.../path-to-someplugin/',\n                'plugin.js',\n            )],\n        )\n\n    Alternatively, those settings can also be provided through\n    ``CKEDITOR_CONFIGS``.\n\n\nOptional for file upload\n~~~~~~~~~~~~~~~~~~~~~~~~\n#. All uploaded files are slugified by default. To disable this feature, set ``CKEDITOR_UPLOAD_SLUGIFY_FILENAME`` to ``False``.\n\n#. Set the ``CKEDITOR_RESTRICT_BY_USER`` setting to ``True`` in the project's ``settings.py`` file (default ``False``). This restricts access to uploaded images to the uploading user (e.g. each user only sees and uploads their own images).  Upload paths are prefixed by the string returned by ``get_username``.  If ``CKEDITOR_RESTRICT_BY_USER`` is set to a string, the named property is used instead.  Superusers can still see all images. **NOTE**: This restriction is only enforced within the CKEditor media browser.\n\n#. Set the ``CKEDITOR_BROWSE_SHOW_DIRS`` setting to ``True`` to show directories on the \"Browse Server\" page. This enables image grouping by directory they are stored in, sorted by date.\n\n#. Set the ``CKEDITOR_RESTRICT_BY_DATE`` setting to ``True`` to bucked uploaded files by year/month/day.\n\n#. You can set a custom file storage for CKEditor uploader by defining it under ``CKEDITOR_STORAGE_BACKEND`` variable in settings.\n\n#. You can set ``CKEDITOR_IMAGE_BACKEND`` to one of the supported backends to enable thumbnails in ckeditor gallery.\n   By default, no thumbnails are created and full-size images are used as preview.\n   Supported backends:\n\n   - ``ckeditor_uploader.backends.PillowBackend``: Uses Pillow\n\n#. With the ``PillowBackend`` backend, you can change the thumbnail size with the ``CKEDITOR_THUMBNAIL_SIZE`` setting (formerly ``THUMBNAIL_SIZE``).\n   Default value: (75, 75)\n\n#. With the ``PillowBackend`` backend, you can convert and compress the uploaded images to jpeg, to save disk space.\n   Set the ``CKEDITOR_FORCE_JPEG_COMPRESSION`` setting to ``True`` (default ``False``)\n   You can change the ``CKEDITOR_IMAGE_QUALITY`` setting (formerly ``IMAGE_QUALITY``), which is passed to Pillow:\n\n    The image quality, on a scale from 1 (worst) to 95 (best). The default is 75. Values above 95\n    should be avoided; 100 disables portions of the JPEG compression algorithm and results in\n    large files with hardly any gain in image quality.\n\n   This feature is disabled for animated images.\n\nUsage\n-----\n\nField\n~~~~~\nThe quickest way to add rich text editing capabilities to your models is to use the included ``RichTextField`` model field type. A CKEditor widget is rendered as the form field but in all other regards the field behaves like the standard Django ``TextField``. For example::\n\n    from django.db import models\n    from ckeditor.fields import RichTextField\n\n    class Post(models.Model):\n        content = RichTextField()\n\n**For file upload support** use ``RichTextUploadingField`` from ``ckeditor_uploader.fields``.\n\n\nWidget\n~~~~~~\nAlternatively, you can use the included ``CKEditorWidget`` as the widget for a formfield. For example::\n\n    from django import forms\n    from django.contrib import admin\n    from ckeditor.widgets import CKEditorWidget\n\n    from post.models import Post\n\n    class PostAdminForm(forms.ModelForm):\n        content = forms.CharField(widget=CKEditorWidget())\n        class Meta:\n            model = Post\n            fields = '__all__'\n\n    class PostAdmin(admin.ModelAdmin):\n        form = PostAdminForm\n\n    admin.site.register(Post, PostAdmin)\n\n**For file upload support** use ``CKEditorUploadingWidget`` from ``ckeditor_uploader.widgets``.\n\n\n**Overriding widget template**\n\nIn Django \u003e=1.11 for overriding ``ckeditor/widget.html`` you have three ways:\n\n\n#. Place ``ckeditor/widget.html`` in  ``BASE_DIR/templates``\n\n   - Change ``FORM_RENDERER`` to ``TemplateSettings``.\n\n   ::\n\n       FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'\n\n\n   - Include ``templates`` folder in ``DIRS``\n\n   ::\n\n       TEMPLATES = [{\n           ...\n           'DIRS': [os.path.join(BASE_DIR, 'templates'), ],\n           ...\n       }]\n\n\n   - Add ``'django.forms'`` to ``INSTALLED_APPS``.\n\n\n#. Place ``ckeditor/widget.html`` in ``your_app/templates`` and place ``'your_app'`` **before** ``'ckeditor'`` and ``'ckeditor_uploader'`` in ``INSTALLED_APPS``.\n\n#. Inherit from ``CKEditorWidget`` and override ``template_name`` with a custom template available in TEMPLATES DIRS as defined settings.py.\n\n   ::\n\n      class MyCustomCKEditorWidget(CKEditorWidget):\n         template_name = \"templates/custom_ckeditor/widget.html\"\n\nOutside of django admin\n~~~~~~~~~~~~~~~~~~~~~~~\n\nWhen you are rendering a form outside the admin panel, you'll have to make sure all form media is present for the editor to work. One way to achieve this is like this::\n\n    \u003cform\u003e\n        {{ myform.media }}\n        {{ myform.as_p }}\n        \u003cinput type=\"submit\"/\u003e\n    \u003c/form\u003e\n\nor you can load the media manually as it is done in the demo app::\n\n    {% load static %}\n    \u003cscript type=\"text/javascript\" src=\"{% static \"ckeditor/ckeditor-init.js\" %}\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"{% static \"ckeditor/ckeditor/ckeditor.js\" %}\"\u003e\u003c/script\u003e\n\nWhen you need to render ``RichTextField``'s HTML output in your templates safely, just use ``{{ content|safe }}``,  `Django's safe filter \u003chttps://docs.djangoproject.com/en/2.0/ref/templates/builtins/#std:templatefilter-safe\u003e`_\n\n\nManagement Commands\n~~~~~~~~~~~~~~~~~~~\nIncluded is a management command to create thumbnails for images already contained in ``CKEDITOR_UPLOAD_PATH``. This is useful to create thumbnails when using django-ckeditor with existing images. Issue the command as follows::\n\n    $ ./manage.py generateckeditorthumbnails\n\n**NOTE**: If you're using custom views remember to include ckeditor.js in your form's media either through ``{{ form.media }}`` or through a ``\u003cscript\u003e`` tag. Admin will do this for you automatically. See `Django's Form Media docs \u003chttp://docs.djangoproject.com/en/dev/topics/forms/media/\u003e`__ for more info.\n\nUsing S3\n~~~~~~~~\nSee https://django-storages.readthedocs.org/en/latest/\n\n**NOTE:** ``django-ckeditor`` will not work with S3 through ``django-storages`` without this line in ``settings.py``::\n\n    AWS_QUERYSTRING_AUTH = False\n\nIf you want to use allowedContent\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nTo get allowedContent to work, disable **stylesheetparser** plugin.\nSo include this in your settings.py.::\n\n    CKEDITOR_CONFIGS = {\n        \"default\": {\n            \"removePlugins\": \"stylesheetparser\",\n        }\n    }\n\n\nPlugins:\n--------\n\ndjango-ckeditor includes the following ckeditor plugins, but not all are enabled by default::\n\n    a11yhelp, about, adobeair, ajax, autoembed, autogrow, autolink, bbcode, clipboard, codesnippet,\n    codesnippetgeshi, colordialog, devtools, dialog, div, divarea, docprops, embed, embedbase,\n    embedsemantic, filetools, find, flash, forms, iframe, iframedialog, image, image2, language,\n    lineutils, link, liststyle, magicline, mathjax, menubutton, notification, notificationaggregator,\n    pagebreak, pastefromword, placeholder, preview, scayt, sharedspace, showblocks, smiley,\n    sourcedialog, specialchar, stylesheetparser, table, tableresize, tabletools, templates, uicolor,\n    uploadimage, uploadwidget, widget, wsc, xml\n\nThe image/file upload feature is done by the `uploadimage` plugin.\n\n\nRestricting file upload\n-----------------------\n\n#. To restrict upload functionality to image files only, add ``CKEDITOR_ALLOW_NONIMAGE_FILES = False`` in your settings.py file. Currently non-image files are allowed by default.\n\n#. By default the upload and browse URLs use staff_member_required decorator - ckeditor_uploader/urls.py - if you want other decorators just insert two urls found in that urls.py and don't include it.\n\n\nDemo / Test application\n-----------------------\n\nIf you clone the repository you will be able to run the ``ckeditor_demo`` application.\n\n#. ``pip install -r ckeditor_demo_requirements.txt``\n\n#. Run ``python manage.py migrate``\n\n#. Create a superuser if you want to test the widget in the admin panel\n\n#. Start the development server.\n\nThere is a forms.Form on the main page (/) and a model in admin that uses the widget for a model field.\nDatabase is set to sqlite3 and STATIC/MEDIA_ROOT to folders in temporary directory.\n\n\n\nRunning selenium test\n---------------------\n\nThe recommended way to run selenium tests is using tox. Select the appropriate\nselenium driver using the ``SELENIUM`` environment variable and optionally\nspecify that you want to run only one environment since selenium takes some\ntime and/or since you do not have all supported versions of Python installed\nlocally. The example uses the combination of Python 3.9 and Django 4.0 which is\na supported combination at the time of writing::\n\n    # Either\n    SELENIUM=firefox tox -e py39-dj40\n\n    # Or\n    SELENIUM=chromium tox -e py39-dj40\n\n    # Or even\n    SELENIUM=firefox tox\n\n\nTroubleshooting\n---------------\n\nIf your browser has problems displaying uploaded images in the image upload window you may need to change Django settings:\n\n::\n\n    X_FRAME_OPTIONS = 'SAMEORIGIN'\n\nMore on https://docs.djangoproject.com/en/1.11/ref/clickjacking/#setting-x-frame-options-for-all-responses\n\n\nExample ckeditor configuration\n------------------------------\n\n::\n\n    CKEDITOR_CONFIGS = {\n        'default': {\n            'skin': 'moono',\n            # 'skin': 'office2013',\n            'toolbar_Basic': [\n                ['Source', '-', 'Bold', 'Italic']\n            ],\n            'toolbar_YourCustomToolbarConfig': [\n                {'name': 'document', 'items': ['Source', '-', 'Save', 'NewPage', 'Preview', 'Print', '-', 'Templates']},\n                {'name': 'clipboard', 'items': ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo']},\n                {'name': 'editing', 'items': ['Find', 'Replace', '-', 'SelectAll']},\n                {'name': 'forms',\n                 'items': ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton',\n                           'HiddenField']},\n                '/',\n                {'name': 'basicstyles',\n                 'items': ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat']},\n                {'name': 'paragraph',\n                 'items': ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-',\n                           'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'BidiLtr', 'BidiRtl',\n                           'Language']},\n                {'name': 'links', 'items': ['Link', 'Unlink', 'Anchor']},\n                {'name': 'insert',\n                 'items': ['Image', 'Flash', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak', 'Iframe']},\n                '/',\n                {'name': 'styles', 'items': ['Styles', 'Format', 'Font', 'FontSize']},\n                {'name': 'colors', 'items': ['TextColor', 'BGColor']},\n                {'name': 'tools', 'items': ['Maximize', 'ShowBlocks']},\n                {'name': 'about', 'items': ['About']},\n                '/',  # put this to force next toolbar on new line\n                {'name': 'yourcustomtools', 'items': [\n                    # put the name of your editor.ui.addButton here\n                    'Preview',\n                    'Maximize',\n\n                ]},\n            ],\n            'toolbar': 'YourCustomToolbarConfig',  # put selected toolbar config here\n            # 'toolbarGroups': [{ 'name': 'document', 'groups': [ 'mode', 'document', 'doctools' ] }],\n            # 'height': 291,\n            # 'width': '100%',\n            # 'filebrowserWindowHeight': 725,\n            # 'filebrowserWindowWidth': 940,\n            # 'toolbarCanCollapse': True,\n            # 'mathJaxLib': '//cdn.mathjax.org/mathjax/2.2-latest/MathJax.js?config=TeX-AMS_HTML',\n            'tabSpaces': 4,\n            'extraPlugins': ','.join([\n                'uploadimage', # the upload image feature\n                # your extra plugins here\n                'div',\n                'autolink',\n                'autoembed',\n                'embedsemantic',\n                'autogrow',\n                # 'devtools',\n                'widget',\n                'lineutils',\n                'clipboard',\n                'dialog',\n                'dialogui',\n                'elementspath'\n            ]),\n        }\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-ckeditor%2Fdjango-ckeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango-ckeditor%2Fdjango-ckeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-ckeditor%2Fdjango-ckeditor/lists"}