Return to Snippet

Revision: 5994
at April 20, 2008 14:27 by sgraber


Initial Code
visit

http://localhost:8080/_ah/admin/interactive

and type

from google.appengine.ext import bulkload
print help(bulkload.Loader)

in the textare and press RunProgram.

Initial URL
http://groups.google.com/group/google-appengine/browse_thread/thread/8c2bdf3107fc0030?hl=en

Initial Description
Help information on using Google's AppEngine bulk uploader utility

Initial Title
Google AppEngine Bulkuploader

Initial Tags


Initial Language
Python