Things about me, the web and the wonderful world of software development.
 

Add a WYSIWYG Editor to Django

I was looking for a WYSIWYG Editor that I can add to my Django Admin site, so editing content is even easier.
I found a great article about that in the Django Wiki (they use TinyMCE). I followed the instructions and it worked out pretty well. You can even add smileys and images etc. Below you can see a Screenshot of TinyMCE running on my admin site.

TinyMCE on the Django Admin site

 Tags: django

« Go Back