django-html-field icon indicating copy to clipboard operation
django-html-field copied to clipboard

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

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