I see that you like "Django template system" :-)

You prefer "Engines Mixing Logic into Templates".
I like "HTML Generation Packages".

Your engine is good when you have a static HTML template to make
dynamic.
But I start to build templates from Python and CSS, generating the
HTML code.


On Aug 31, 10:35 pm, jorgian <[EMAIL PROTECTED]> wrote:
> 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 PROTECTED]> wrote:
>
> > > I want to update the defaulttags.py file on appengine so that i loop
> > >overalistoflists. 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 loopovera
> > >listoflists, you can unpack the values in each sub-listinto
> > > individual variable."
>
> > > ex:
> > > {% for x, y in points %}
> > >     There is a point at {{ x }},{{ y }}
> > > {% endfor %}
>
> > > I don't want to set the full django environment i only want to modify
> > > the existing defaulttags.py.
>
> > > Does anyone know if this is possible?
> > > Any suggestions are more than welcome
>
> > > --|an
--~--~---------~--~----~------------~-------~--~----~
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