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: 205
google-app-engine
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