This might be what you're looking for: http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Loading_Data_Into_the_Development_Server
- Jason On Sun, May 10, 2009 at 11:08 AM, Ben Lau <[email protected]> wrote: > > Hi , > > Is it possible to initialize the datastore in the Development Web > Server by a CSV > (or any other format)? I am developing an application that depends on > a large set > of data, and it is trouble to insert it one by one in the admin console. > > I know that it could use appcfg.py to upload CSV to App Engine > ,however, I would > prefer to test the application in local machine first. > > Thanks for any advise. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
