Well, I feel like a fool. I have been searching everywhere to learn how to do this specifically, until I finally just tried using my local dev server as for the url switch.
For those interested, this command did what I needed: ./google_appengine/appcfg.py upload_data --filename=<data_file> -- application=<my_app_name> --url=http://localhost:8080/remote_api On Sep 27, 11:32 am, Nikola <[email protected]> wrote: > Hello, > > I have exported the datastore from my site using the instructions as > per this page: > http://code.google.com/appengine/docs/python/tools/uploadingdata.html > > I would like to now use the data that I have downloaded and import it > into my local datastore for development. Is this possible? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
