I'm trying to add raw tinyMCE support for my project. I don't want to
use the django-tinymce app, as it introduces some features that I don't
want to load in my project.
I followed instructions from
https://code.djangoproject.com/wiki/AddWYSIWYGEditor
and can't get it working. I've tried to insert that js tuple from model
and from modeladmin, but neither works. I'm using django 1.3, and all I
need is to introduce the right js scripts in admin templates, but don't
know how to do it.
Any clue?
Thanks in advance