I currently have a complex html template structure which extends from
a "base.html" main template. Part of the "base.html" template includes
images URLs that point to images/[xyz].jpg (which is a static file
handler).

This all worked well when my pages looked like "http://example.com/
apage", where the relative pointers to the images "directory" would
resolve well. However, I am now creating pages that look like "http://
example.com/adir/apage", and my relative URLs are breaking! The
problem is that I can't just change the base.html template, because
the my "http://example.com/apage"; URLs would break. Is there any way
to handle this using django?

(Also, I would rather not use absolute URLs)

Thanks,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to