Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n37r06u3/django-ckeditor-enhanced
https://github.com/n37r06u3/django-ckeditor-enhanced
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/n37r06u3/django-ckeditor-enhanced
- Owner: n37r06u3
- Created: 2014-06-11T15:54:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-21T04:10:07.000Z (over 10 years ago)
- Last Synced: 2023-12-16T08:58:04.884Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/n37r06u3/django-ckeditor-enhanced
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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',
},
}