Hi Wendy, On 20 aug, 20:29, zignorp <zign...@gmail.com> 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 strange to me. I usually use something like MEDIA_URL = '/media/' and ADMIN_MEDIA_URL = '/media/admin/'. If that doesn't work in your set-up that probably means your problem is serving static media. See the section about static media in the Django docs. > /Users/.../media/js/tiny_mce/tiny_mce.js > gets this error HTTP/1.1" 404 2260 in the terminal window when I load > my admin page > > If I paste this same url into my browser I get the tiny_mce.js file So the same URL works in your browser, but not when used as a Javascript script location? That would be really strange. Maybe you could check what your browser is doing by looking at the HTML or using Firebug? Regards, Joost --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---