GAE and Django: What are the benefits?

Posted by RHicke on Stack Overflow See other posts from Stack Overflow or by RHicke
Published on 2010-01-09T19:46:53Z Indexed on 2010/03/11 20:14 UTC
Read the original article Hit count: 152

Filed under:
|
|

Currently I have a website on the Google App Engine written in Google's webapp framework. What I want to know is what are the benefits of converting my app to run with django? And what are the downsides? Also how did you guys code your GAE apps? Did you use webapp or django? Or did you go an entirely different route and use the Java api?

Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine