Django on Google App Engine

前端 未结 7 1738
终归单人心
终归单人心 2020-12-02 14:47

How much of a pain is it to run a Django App on App Engine? Also, does the Datastore work as-is with Django?

7条回答
  •  北海茫月
    2020-12-02 15:34

    App Engine includes version 0.96 of Django out-of-the-box, but it is quite crippled.

    App Engine Helper and app-engine-patch supposedly fix this problem to some degree, but I haven't tried either myself.

    http://code.google.com/appengine/articles/appengine_helper_for_django.html http://code.google.com/appengine/articles/app-engine-patch.html

提交回复
热议问题