Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best wysiwyg editor for django? [closed]

Tags:

django

wysiwyg

I want to create a blog with django.

And now I am looking for wysiwyg editor for django admin.

I know there is a lot of wysiwygs but I don't know which one I should choose. So, what is the best solution for django?

Thank you ;)

like image 325
django11 Avatar asked Mar 03 '14 12:03

django11


1 Answers

I think you should go with tinymce. You can use it in admin as well as in other templates.

Best wishes!

like image 85
Kakar Avatar answered Nov 15 '22 01:11

Kakar