fusionbox / django-widgy

A CMS framework for Django built on a heterogenous tree editor.
http://wid.gy
Other
333 stars 52 forks source link

Extract CKEditorField #119

Open rockymeza opened 11 years ago

rockymeza commented 11 years ago

We should extract CKEditorField out of Widgy. It would be useful to other people to have a CKEditorField that bleaches it's content. If possible, we should try to integrate with https://github.com/shaunsephton/django-ckeditor, but I don't want to force people to install the URL and set the CKEDITOR_UPLOAD_PATH because we don't have those options enabled.

gavinwahl commented 11 years ago

Would it be good to try to get this into django-extensions?