We Recommend

Learning Python Learning Python
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.


Posted By

sgraber on 04/20/08


Tagged

appengine bulkuploader


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

taboularasa


Google AppEngine Bulkuploader


Published in: Python 


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

Help information on using Google's AppEngine bulk uploader utility

  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.

Report this snippet 

You need to login to post a comment.