我正在使用djangoappengine在 Google App Engine 上部署 Django 应用程序。我已经在本地存储了很多数据,当我使用 GAE 部署项目时,它就消失了。如何让这些数据从 dbindexer 转移到 BigTable?
谢谢。
我正在使用djangoappengine在 Google App Engine 上部署 Django 应用程序。我已经在本地存储了很多数据,当我使用 GAE 部署项目时,它就消失了。如何让这些数据从 dbindexer 转移到 BigTable?
谢谢。
查看 GAE 文档:上传和下载数据: http ://code.google.com/appengine/docs/python/tools/uploadingdata.html
它包含将本地存储的数据上传到 GAE 所需的信息。