How can I开发者_运维技巧 store some data on Google App Engine? I'm using Django.
Assuming you don't want to just write web form pages to do this, you might want to take a look at http://code.google.com/appengine/docs/python/tools/uploadingdata.html which explains a few different ways to import/export data from the appengine datastore.
You can use google app engine helper. Django cannot understand google app engine so you can use this helper to make the Django understand app engine and you are good to go.. http://code.google.com/p/google-app-engine-django/
精彩评论