We have problems displaying images with relative paths in rss feeds. So if we have a feed body message with images in it, images don't show up in the feeds. Is there a way to tell Django to work-out paths independent of where it is running? Maybe using some sort of base url where Django can work-out the path for the images?
(Otherwise we need to go through all the body message, in our case body_html, and parse all the images and manipulate accordingly, which does not sound so good.) Thanks. -- 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.

