Re: ASK-TinyMCE

2010-12-23 Thread Arek
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

ASK-TinyMCE

2010-12-23 Thread Emmerling
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.