On Jun 13, 2011, at 12:52 PM, Pulkit Mehrotra wrote:

> problem in using the address stored in imagefield

you should describe your problem a little better!

But I guess the URL is not working?

You shouldn’t use STATIC_URL but MEDIA_URL for the prefix in your template.

STATIC_URL is for static files, that don’t change like CSS and JS.

MEDIA_URL is for user uploads, like a photo in your news entry.

-- 
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.

Reply via email to