Re: Path issue with tinymce and MEDIA_ROOT

2009-08-26 Thread Joost Cassee
Hi Wendy, sorry for the delay. On 23 aug, 04:43, zignorp wrote: > Then in the admin.py file for films, which lives inside of mysite, I > added the media subclass, which I was told to do by some other helpful > person on the list, I used the absolute path, on my mac, which is the > one that sho

Re: Path issue with tinymce and MEDIA_ROOT

2009-08-22 Thread zignorp
Thanks for replying, Joost, I tried changing my settings to mirror the settings of someone else in a previous tiny mce post: So I moved the files. In the "mycode" directory, which contains my project "mysite" dir, as well as one I created called "static_media" which has js/tiny_mce, etc. in tha

Re: Path issue with tinymce and MEDIA_ROOT

2009-08-21 Thread Joost Cassee
Hi Wendy, On 20 aug, 20:29, zignorp wrote: > MEDIA_ROOT = '/Users/...media/' > > MEDIA_URL = '/Users/...media/' > (I had to change this to get it to write the path below, before it was > looking for tinymce in my project directory) > > ADMIN_MEDIA_PREFIX = '/media/' Your MEDIA_URL looks strang

Path issue with tinymce and MEDIA_ROOT

2009-08-20 Thread zignorp
Hello, I am working on the development server. I am still trying to wrap my head around MEDIA_ROOT, MEDIA_URL, and get an idea of best practices. I'm trying to implement tinymce in the admin, and I'm having a path issue. I put tinymce in my project folder (django-tinymce 1.5) and then put tiny_