How do Embed an RTF editor (like : 20 Excellent RT开发者_如何学JAVAF Editors) in Django admin page for all TextFields ?
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.
You might want to check django-suit package as well. It supports many different WYSIWYG editors (including famous CKEditor as well). It is very easy to integrate and very well documented.
精彩评论