How do you add and use just the Django version 1.2.1 template?
Posted
by Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2010-05-27T21:12:17Z
Indexed on
2010/05/27
23:31 UTC
Read the original article
Hit count: 277
google-app-engine
|django-templates
Thanks for the help.
Currently I import in gae:
from google.appengine.ext.webapp import template
then use this to render:
self.response.out.write(template.render('tPage1.htm', templateInfo ))
I believe the template that Google supplied for Django templete is version 0.96.
How do I setup and import the newer version of only the Django template version 1.2.1?
Brian
© Stack Overflow or respective owner