What practically happens when this directive is executed?
*****
from google.appengine.ext.webapp import template
*****

Is this importing Django or something else?


The reason why I ask this is I'm a newbie to GAE and want to walk
before I can run...on the surface Django looks powerful but there are
so many moving parts in it that it hurts my brain.

Anyone have an example of how to iterate over a list using Google's
vanilla templating framework...

for instance this is a snippet from a Django html template...

{% for message in messages %}
<h4>{{ message.title }}</h4>


Anyway I could replicate this functionality without Django and if so
how?


Thanks much.

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