One of my models has an ImageField. The image file uploading and
removing works correctly but in the Admin interface it display a link
to see the image. Here's what the link looks like:
http://admin.domain-dev.com/admin/appname/product/6/product_images/raw/bptestimage.jpg

The problem is I just get a 404 when I click on it. How would I get
this to actually show the image? Seems like it would require a custom
and complex entry in the urls config but I'm not sure how to express
it in that format. Also why isn't the link a proper link to the media
url?

Any insight is appreciated.
--~--~---------~--~----~------------~-------~--~----~
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