4

I'm looking for a good Rich Text Editor for the Django Admin Panel. I need an integrated with Django server which uploads the images. I also need a functionality of different configurations for two instances of RichText placed at one admin page.

I've already tried four editors: TinyMce, CKEditor, NiceEdit, and Dojo, but each of them had some problems with the functionality.

Jeromy French
  • 11,812
  • 19
  • 76
  • 129
user828398
  • 41
  • 2
  • Can you please describe what you didn't like about/what problems you experienced with the four editors you tried? – imm Oct 02 '11 at 21:35

2 Answers2

2

In my experience the best thing you could do is to use a markup language like Markdown in your administrative interface and not a RTE, coupled with a javascript editor like Markitup!, django-markitup and django-adminfiles you get pretty good functionality.

armonge
  • 3,108
  • 20
  • 36
1

I Think CKEditor Solve Your Problem. You Can Upload Image Too. If You Don't Know How Can Use It In Admin Panel, Comment On This Post Then I Can Help You :-)