1

I am building web application using Django-nonrel over google app engine.I want to add social networking type of application to my web application. I come to know that Pinax is something that I can use. But is this supported over google app engine ? If no, what is the alternative approach I can take ? Thank you, Sunil

4

1 に答える 1

2

It looks like Pinax will not run on App Engine out of the box due to underlying incompatibility with the datastore. There is a project to add support on Bitbucket. Related discussions here, here, and here.

于 2011-04-29T18:51:40.627 に答える