On Oct 31, 7:05 pm, "Marty Alchin" <[EMAIL PROTECTED]> wrote:

> My guess is that you need a trailing slash here. Without it, the
> urljoin() function doesn't know 'reports' is a directory, so  it
> strips 'reports' out and replaces it with the path from the database.
> This is why your settings.py includes the following comment above the
> MEDIA_URL setting: "Make sure to use a trailing slash if there is a
> path component"
>
> -Gul

Thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to