Hi Emmerling,
adding this in admin.py fixed the problem for me.
class YourModelOptions(admin.ModelAdmin):
class Media:
js =
['http://example.site/static/admin/tinymce/jscripts/tiny_mce/tiny_mce.js',
'http://example.site/static/admin/tinymce_setup/tinymce_setup.js',]
These file
Hi,
I'm trying to embed TinyMCE into my admin page but it never showed. I
followed the tutorial from
http://dehora.net/journal/2006/05/using_tinymce_in_djangos_admin.html
and http://code.djangoproject.com/wiki/AddWYSIWYGEditor but both are
not working and I still get that same plain text area. An
2 matches
Mail list logo