django-machina icon indicating copy to clipboard operation
django-machina copied to clipboard

Changing markdown editor for machina.

Open snehlata08 opened this issue 3 years ago • 1 comments

I have followed the given tutorial for the given example project of machina. https://django-machina.readthedocs.io/en/stable/customization/recipes/using_another_markup_language.html But still I am getting the error while making server

File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
   return _bootstrap._gcd_import(name[level:], package, level)
 File "<frozen importlib._bootstrap>", line 994, in _gcd_import
 File "<frozen importlib._bootstrap>", line 971, in _find_and_load
 File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'ckeditor'

Please let me know what i need to do for this to work.

snehlata08 avatar Nov 08 '21 05:11 snehlata08

You need to install https://github.com/django-ckeditor/django-ckeditor first.

vaughnd avatar Jul 04 '22 12:07 vaughnd