SetupΒΆ
Get the source from the Git repository or install it from the Python Package Index by running
pip install django-bleach.Add
django_bleachto theINSTALLED_APPSsetting:INSTALLED_APPS += ( 'django_bleach', )
Configure
django_bleach. It comes with some sensible defaults, but you will probably want to tweak the settings for your application. See the Settings page for more information
Add a
django_bleach.models.BleachFieldto a model, adjango_bleach.forms.BleachFieldto a form, or use thebleachtemplate filter in your templates.