Discussion:
using with google app engine
spider100
2010-01-26 07:26:47 UTC
Permalink
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.

Can i also have an example of javascript just a simple string template
and json object.
many thanks
--
You received this message because you are subscribed to the Google Groups "JSON Template" group.
To post to this group, send email to json-template-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to json-template+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/json-template?hl=en.
Andy Chu
2010-01-27 09:43:11 UTC
Permalink
Post by spider100
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.
Post by spider100
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
--
You received this message because you are subscribed to the Google Groups "JSON Template" group.
To post to this group, send email to json-template-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to json-template+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/json-template?hl=en.
Continue reading on narkive:
Loading...