After talking to some people on #django it seems that with Django,
template searches always begin with the template_dirs, which would
include /templates/ and further, relative template paths do not work.

However, for me on GAE,  {% extend 'base.html' %} does not work if the
template is not in the same folder as 'base.html' -- so somehow the
template-searching is not working as it does in Django.

I can't find any documentation or information on this. Does anyone
know how I can specify / look at how GAE's webapp/templating system
works? How do I set the equivalent of TEMPLATE_DIRS given that I am
not using Django?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to