Replace textarea with rich text editor in Django Admin?

user41736 picture user41736 · Dec 1, 2008 · Viewed 37.8k times · Source

I would like to know the best way to replace a standard textarea field with a rich text editor in Django Admin?

Answer

mshroyer picture mshroyer · Dec 1, 2008

There's an add-on Django application to provide TinyMCE support for Django admin forms without having to muck around with admin templates or Django newform internals.