我应该使用google-app-engine-django或app-engine-patch,还是不使用其他内容?

时间:2022-10-19 22:19:28

Do I need either to make Django easier to use on GAE? Anyone had good or bad experience of either or any equivalent? Is there much difference between these? Which is easier to use?

我是否需要让Django更容易在GAE上使用?任何人对任何一个或任何同等的经历有好的或坏的?这些之间有很大的不同吗?哪个更容易使用?

Regards

问候

Geoff

杰夫

4 个解决方案

#1


11  

I am assuming you want to run django on app engine (otherwise using appengine API directly is the best solution).

我假设你想在app引擎上运行django(否则直接使用appengine API是最好的解决方案)。

Altho' Google App engine supports django 1.0 out of the box, django admin, auth doesn't work on it, as they are dependent on the models.

Altho'Google App引擎支持django 1.0开箱即用,django admin,auth无法使用它,因为它们依赖于模型。

Appengine patch patches django to make the admin work even on the Bigtable API.

Appengine补丁补丁django使管理员甚至在Bigtable API上工作。

Appengine patch also often makes sure to work on the latest release of django.

Appengine补丁也经常确保在最新版本的django上工作。

So, again, "You should use App engine patch"

所以,再次,“你应该使用App引擎补丁”

#2


4  

Google App Engine Patch seems to have died sometime around August 2009.

Google App Engine补丁似乎已于2009年8月左右死亡。

http://code.google.com/p/app-engine-patch/issues/detail?id=253

http://code.google.com/p/app-engine-patch/issues/detail?id=253

#3


2  

I think it depends on what exactly you want to develop.

我认为这取决于你想要发展到底是什么。

You should use app-engine-patch if you need the Django Admin interface, otherwise google-app-engine-django should be enough.

如果你需要Django Admin界面,你应该使用app-engine-patch,否则google-app-engine-django就足够了。

#4


0  

Use Django patch if you already have django application that you know that you want to use. Remember that GAE comes with its own API/applications.

如果你已经拥有了想要使用的django应用程序,请使用Django补丁。请记住,GAE自带API /应用程序。

#1


11  

I am assuming you want to run django on app engine (otherwise using appengine API directly is the best solution).

我假设你想在app引擎上运行django(否则直接使用appengine API是最好的解决方案)。

Altho' Google App engine supports django 1.0 out of the box, django admin, auth doesn't work on it, as they are dependent on the models.

Altho'Google App引擎支持django 1.0开箱即用,django admin,auth无法使用它,因为它们依赖于模型。

Appengine patch patches django to make the admin work even on the Bigtable API.

Appengine补丁补丁django使管理员甚至在Bigtable API上工作。

Appengine patch also often makes sure to work on the latest release of django.

Appengine补丁也经常确保在最新版本的django上工作。

So, again, "You should use App engine patch"

所以,再次,“你应该使用App引擎补丁”

#2


4  

Google App Engine Patch seems to have died sometime around August 2009.

Google App Engine补丁似乎已于2009年8月左右死亡。

http://code.google.com/p/app-engine-patch/issues/detail?id=253

http://code.google.com/p/app-engine-patch/issues/detail?id=253

#3


2  

I think it depends on what exactly you want to develop.

我认为这取决于你想要发展到底是什么。

You should use app-engine-patch if you need the Django Admin interface, otherwise google-app-engine-django should be enough.

如果你需要Django Admin界面,你应该使用app-engine-patch,否则google-app-engine-django就足够了。

#4


0  

Use Django patch if you already have django application that you know that you want to use. Remember that GAE comes with its own API/applications.

如果你已经拥有了想要使用的django应用程序,请使用Django补丁。请记住,GAE自带API /应用程序。