http://code.google.com/appengine/docs/python/tools/uploadingdata.html
Loading Data Into the Development Server If you'd like to test how your data works with the app before uploading it, you can load it into the development server. Use the -- url option to point the tool at the development server URL. For example: appcfg.py upload_data --config_file=album_loader.py -- filename=album_data.csv --kind=Album --url=http://localhost:8080/ remote_api <app-directory> On Jul 31, 12:28 pm, MANISH DHIMAN <[email protected]> wrote: > Hi Friends, > I want to upload data on my local machine in development mode. May any > one provide me information about how to achieve it. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
