views:

48

answers:

1

How can I store some data on Google App Engine? I'm using Django.

A: 

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.

dar