I have downloaded and run your fine example in appengine. Thanks very much. I was especially impressed by the way you used the note_id as part of the url. Is there any way to do the same thing with names that users give to their own version/copy of the app? In my earlier apps I have only been able to use POST input forms and place their name after "?ID=" in the url.
I also have a question about your views.py code and would appreciate any clarification you can give. In render_template you have listed both template_values and **template_args, but in self.response.out.write you have template_values. Why? Thank you very much, Brian in Atlanta -- This message was composed with PhatWare WritePad. On Monday, April 30, 2012 2:33:18 PM UTC-4, fRui Apps wrote: > > Disclamer: I am the author. > > I looked at this question and there were no answers for it, hence i > thought of writing a simplified one, that might serve any new comer, > or any explorer. > > Here is the link > http://blog.fruiapps.com/2012/04/simple-google-app-engine-tutorial-using-webapp2-jinja2-in-python-2-7 > > > On Mar 22, 2:40 pm, ID <[email protected]> wrote: > > hi all > > > > Appengine docs I saw that it includes jinja, is there a CRUD > tutor/example > > webapp2/jinja? > > > > thanks -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To view this discussion on the web visit https://groups.google.com/d/msg/pocoo-libs/-/4LRoG7Y1l4oJ. 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/pocoo-libs?hl=en.
