/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.

Primary LanguagePython

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.

Installation:

    pip install django-html-field