Can i also have an example of javascript just a simple string template
and json object.
many thanks
On Jan 25, 11:26 pm, spider100 <spydre...@yahoo.co.uk> wrote:
> Can i use this with google app engine (python)
> can i have an example fo how to do so by loading a html template from
> my app.
It's easily usable with App Engine. It's just a single .py file that
you can copy into your app.
The CGIs in http://code.google.com/p/json-template/wiki/JsonTemplateExamples
, reusing_the*.py, are perfectly usable on App Engine. Although most
people will want to use a "web framework" rather than CGI.
There is nothing special about using it on App Engine as opposed to in
any other Python program.
> Can i also have an example of javascript just a simple string template
> and json object.
An example is linked from the intro article:
http://json-template.googlecode.com/svn/trunk/doc/testTableExample-01.js.html
Andy