littlepea / django-editor

Allows pluggable WYSIWYG editors in django admin without hard dependencies
3 stars 2 forks source link

Model field / HTMLField #4

Closed dokterbob closed 11 years ago

dokterbob commented 11 years ago

Adding a fields.py with a HTMLField, similar to TinyMCE's which by default uses the EditorWidget.

dokterbob commented 11 years ago

Code for this has been added to #3.