Search code examples
djangogoogle-app-enginepinax

Is Pinax able to be deployed on GAE?


Is there any chance that an application developed with Pinax could be deployed in Google App Engine?

As I know, Pinax is based on Django, and integrates tons of applications, it is suitable for building even a social networking site. It's extremely useful but I wonder if I can deploy it on google app engine.

Thank you,


Solution

  • The main issue here is that Django ORM is not compatible with GAE's datastore but some work has already been made to port Pinax using app-engine-patch. Here is the repository.