部署Django时如何将本地存储的数据移动到BigTable?

发布于 2024-11-25 11:09:21 字数 221 浏览 0 评论 0原文

我正在使用 djangoappengine 在 Google App Engine 上部署 Django 应用程序。我已经在本地存储了很多数据,当我使用 GAE 部署项目时,它就消失了。如何将此数据从 dbindexer 转移到 BigTable?

谢谢。

I am using djangoappengine to deploy a Django app on Google App Engine. I have a lot of data already stored locally, and when I deploy the project with GAE it disappears. How do I get this data to carry over from the dbindexer to the BigTable?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你与昨日 2024-12-02 11:09:21

查看 GAE 文档:上传和下载数据:
http://code.google.com/appengine/docs/python/tools /uploadingdata.html

它包含将本地存储的数据上传到 GAE 所需的信息。

Have a look at the GAE documentation re: uploading and downloading data:
http://code.google.com/appengine/docs/python/tools/uploadingdata.html

It contains the information you need to upload your locally stored data to GAE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文