Hi Randas,

I've been using the tutorial on:
http://www.socialistsoftware.com/post/django-and-tinymce/

The tutorial is a bit outdated so look at the following things:

Make sure you copy the tiny_mce folder into
/usr/local/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/contrib/admin/media/js/

(your python install might not be in /usr/local/lib/ so make sure you
change that to wherever yours is installed)

make sure you copy textarea.js into the tiny_mce folder

make sure that in the admin class of your Model it states
js = ['js/tiny_mce/tiny_mce.js', 'js/tiny_mce/textareas.js']

and not something like

js = ('/media/js/tiny_mce/tiny_mce.js',
'/media/js/tiny_mce/textareas.js')

Hope this is of help

Martijn


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to