Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 django 应用程序中,我基本上加入了(“__”)。如果我要使用 Google App Engine,我的应用程序在这种情况下将如何工作?根据我的阅读,Bigtable 不允许这样做。关于如何使用这个的任何建议?
简单的回答:不会。
无论如何,您可能会使用 django-nonrel。对此的扩展,django-dbindexer,为模拟某些连接提供了一些支持。但它远非全面。您通常需要以不同的方式构建应用程序以使用 GAE 数据存储。