[Answered ]-Django tinymce safe template tag

2👍

1) Django includes a template tag striptags to strip html tags. It uses regular expressions, it’s not the right solution but it’ll do the job.

2) It seems, browsing images is not included as an option in django-tinymce. You need to use another module and integrate it with TinyMCE to do the job.

0👍

You can use django-multiuploader to upload images. I had nice experience with it.

Leave a comment