Google AppEngine Bulkuploader


/ Published in: Python
Save to your folder(s)

Help information on using Google's AppEngine bulk uploader utility


Copy this code and paste it in your HTML
  1. visit
  2.  
  3. http://localhost:8080/_ah/admin/interactive
  4.  
  5. and type
  6.  
  7. from google.appengine.ext import bulkload
  8. print help(bulkload.Loader)
  9.  
  10. in the textare and press RunProgram.

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.