Hello!

The ImageField and FileField URLs are relative to MEDIA_URL
It's important to skip the leading slash, and add an slash to the end of
the path Attribute.
example:

image = models.Imagefield(path="images/")

In the Template use {{MEDIA_URL}}{{image.url}}


On Fri, 17 Apr 2009 08:00:39 -0700 (PDT), SashaN <[email protected]>
wrote:
> I'm hitting same problem. It seems to me it is a bug in django.
> 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to