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

https://github.com/redhog/htmlfield

A wysiwyg HTML database field for Django. Works like a TextField, but uses CKEditor in the django admin.
https://github.com/redhog/htmlfield

Last synced: over 1 year ago
JSON representation

A wysiwyg HTML database field for Django. Works like a TextField, but uses CKEditor in the django admin.

Awesome Lists containing this project

README

          

A simple unintrusive django db field for html content, with wysiwyg
editing in django admin that does not take over all of the admin or
makes all other fields wysiwyg editable.

Use like any TextField in your models, but pass through the safe
filter in templates like this: {{ somemodel.somefield|safe }}