[Django]-Allowing basic html markup in django

1👍

Take a look at django-tinymce. It should give you the flexibility you’re looking for. You’re going to be safest sanitizing the content before it makes its way into your database. TinyMCE can be configured to allow or not allow whatever tags you’d like.

Leave a comment