I installed tinyMCE into django/contib/admin/media, created a textareas.js file, and put it into the tinymce/scripts/tiny_mce/ directory. Then I added the "js = ['tiny_mce/tiny_mce.js', 'js/textareas.js']" line to my Admin class in the model that contains the text field. But my text field is still coming up as before. I probably have to do something with the MEDIA_ROOT, MEDIA_URL, and/or ADMIN_MEDIA_PREFIX settings, but I don't know what. Any ideas?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---