quinode / django-html-field

Provides HTMLFields for both models and forms, which perform sanitization/restricted subset enforcement and (optionally) integrates with django-ckeditor for rich text editing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-html-field provides a HTML sanitization and tag stripping either at
the database level or at the form level, with no dependencies outside of the
standard library.

About

Provides HTMLFields for both models and forms, which perform sanitization/restricted subset enforcement and (optionally) integrates with django-ckeditor for rich text editing.


Languages

Language:Python 100.0%