Skip to content

redhog/htmlfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors