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.
- [Answered ]-Django-registration 1.0 Registration not working
- [Answered ]-Django naturaltime Localization error
- [Answered ]-Model name conflict while Extending Django Oscar?
- [Answered ]-Get main domain url without hardcoding
Source:stackexchange.com