I'm trying to install django-tinymce 1.5.1b2 into a django-1.3 site. The installation instructions say:
"Copy the jscripts/tiny_mce directory from the TinyMCE distribution into a directory named js in your media root. You can override the location in your settings (see below)." But there is no such directory. There are: ./media/tiny_mce/plugins/preview/jscripts ./static/tiny_mce/plugins/preview/jscripts directories, but no tiny_mce directory under those. Even odder, the media and static trees look like identical copies of each other. Also, it seems like the javascript files should go under my static directory, not my media directory. I'm guessing the installation directions predate django 1.3 and collectstatic? So, what exactly am I supposed to install where? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/sN13ilGNHE4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

