Well, my guru used Django templates, but I just used his {{...}}
tricks and never read the material use recommended. Now I have and I
see what you mean. I'll make a concerted effort to implement that with
my home page as you recommend. Thanks very much.On Jan 12, 7:41 pm, djidjadji <[email protected]> wrote: > Do you use (Django) templates? > If not start using them, separate the function (code) from the > presentation (html) > > Read the GAE example > > http://code.google.com/appengine/docs/gettingstarted/templates.html > > There they show you how to use the > users.create_logout_url() > users.create_login_url() > methods in templates, read the Django doc about templates for version > 0.96 for more things you can do. > Brian in Atlanta --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
