Add a WYSIWYG Editor to Django
Tuesday, 16th December 2008
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.
Tags: django

blog comments powered by Disqus