Ask HN: Any good Python App Engine Frameworks?

1 points by gcmartinelli ↗ HN
What framework would you recommend for Google App Engine (in Python), besides the default webapp?

If it has a module for integration with Facebook Connect it would be a plus.

Pre-built admin like Django's would be great also (I know I can use Django on GAE, but I believe the pre-built Admin area does not work with GAE).

2 comments

[ 5.8 ms ] story [ 16.8 ms ] thread
take a look at web2py.com. I used it in developing gowork.com.ng and I had no issues, worked perfectly on localhost and also on app engine. It has no inbuilt module for FB integration but you can try Janrain