Very neat idea, but the debug view still is not working.
On Oct 24, 5:46 pm, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote:
> I fixed templetor to work on GAE.
> Now it is also possible to use templates on GAE by generating python
> code for templates, which can be done by running the following
> command.
>
> python web/template.py --compile templates
>
> It generates a python file templates/__init__.py.
>
> On GAE web.template.render function is redefined to return the
> templates module instead of the Render object.
> Since the generated templates module is exactly identical to that
> Render in behavior, no code changes are required to run web.py
> application on GAE.
>
> Please let me know if anything breaks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---