Skip to content

using text_ckeditor4 without CMS results in ModuleNotFoundError: No module named 'cms' #127

@ehallein

Description

@ehallein

I'm using djangocms-text without django-cms

adding to settings.py:
INSTALLED_APPS = [
...,
"djangocms_text.contrib.text_ckeditor4",
...
]

TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor4.ckeditor4"

gives
ModuleNotFoundError: No module named 'cms'
when starting the webserver. It works fine with the default editor

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions