Skip to content

Instantly share code, notes, and snippets.

@tcr
Created October 23, 2011 07:05
Show Gist options
  • Save tcr/1306974 to your computer and use it in GitHub Desktop.
Save tcr/1306974 to your computer and use it in GitHub Desktop.
How do you populate an App Engine datastore from an existing source? How do you upload it?

You must populate a fresh datastore using a script in your localhost debug server, then upload it. You can upload it only using the Python tools, not the Java ones.

http://code.google.com/appengine/docs/python/tools/uploadingdata.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment