Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n37r06u3/django-ckeditor-enhanced


https://github.com/n37r06u3/django-ckeditor-enhanced

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

django-ckeditor-enhanced
========================

django-ckeditor-updated with codesnippet plugin support

# install
pip install django-ckeditor-enhanced

# config in settings.py
CKEDITOR_CONFIGS = {
'default': {
'toolbar': 'toolbar_Full',
'height': 500,
'width': '100%',
"extraPlugins" : 'codesnippet',
},
}