moraes / appengine

appengine utilities

Clone this repository (size: 78.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/moraes/appengine/
commit 51: 547310a6324c
parent 50: 5abed6a4b570
Added support for ReferenceProperty and StringProperty, and added get_bookmark(). Thanks, slamm. Fixes #6 #7 #8 defaulttip
rodrigo moraes / moraes
4 months ago
View at rev
appengine / gaefy / jinja2 /
filename size last modified message
__init__.py 1 BYTE 8 months ago Adding Jinja2 compiler and loaders for pre-parsed templates.
code_loaders.py 1.9 KB 8 months ago Updated comments.
compiler.py 4.1 KB 5 months ago Improved compilation to module. Also fixes a bug trying to…
jinja2.diff 3.3 KB 7 months ago Now compiled templates can be saved as Python modules, with…
module_loaders.py 2.2 KB 5 months ago Fixed undeclared var in ModuleLoader. Ooops.