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.
- Host: GitHub
- URL: https://github.com/redhog/htmlfield
- Owner: redhog
- Created: 2012-04-22T09:11:27.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-06T20:58:41.000Z (over 13 years ago)
- Last Synced: 2025-02-12T07:54:00.106Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://redhog.org/htmlfield
- Size: 1.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}