[google-appengine] Re: Template : looping over a list of lists

2008-09-01 Thread jorgian
oint at {{ point.0 }},{{ point.1 }} > {% endfor %} > > From Django documentation: > >   Technically, when the template system encounters a dot, it tries the > following lookups, in this order: > >   * Dictionary lookup >   * Attribute lookup >   * Method call >  

[google-appengine] Re: Template : looping over a list of lists

2008-08-31 Thread jorgian
Which one do you suggest? On Aug 31, 10:23 pm, Davide Rognoni <[EMAIL PROTECTED]> wrote: > You could use another templating engine. > > -- > "Best Template Engine"http://pyoohtml.appspot.com/best-template-engine > > On Aug 31, 10:12 pm, jorgian <[EMAIL PROT

[google-appengine] Template : looping over a list of lists

2008-08-31 Thread jorgian
I want to update the defaulttags.py file on appengine so that i loop over a list of lists. I got it working on my machine but im having a very hard time in getting appengine upload the changes i made to appengine. "New in Django development version 0.97 If you need to loop over a list of lists, y