Search code examples
pythondjangodjango-admintinymcertf

Django-Admin: RTF Editor in Django Admin application


How do Embed an RTF editor (like : 20 Excellent RTF Editors) in Django admin page for all TextFields ?


Solution

  • There is information on the wiki about how to do this for a number of WYSIWYG editors, there are also several apps which add this to Django, django-tinymce. I like using django-grappelli which makes integrating painless and gives the rest of the admin a facelift as well.