webapp and django framework

Posted by Joel on Stack Overflow See other posts from Stack Overflow or by Joel
Published on 2010-05-03T08:24:07Z Indexed on 2010/05/03 8:28 UTC
Read the original article Hit count: 180

Filed under:

As far as I understand, the "Getting Started" guide of GAE with Python uses the webapp framework. However, it seems like it uses Django to render templates.

Does that mean that I can use the Django template engine without using its application framework?

© Stack Overflow or respective owner

Related posts about google-app-engine