You can use the bulkloader to initialize your data: http://code.google.com/appengine/docs/python/tools/uploadingdata.html
-Pavel On Mar 19, 1:57 pm, Nora <[email protected]> wrote: > Hello, > As I haven't used data stores before, I am unable to imagine how it is > going to behave:) I have some text files and I want to store its > contents in datastores. Do I load the datastore at the beginning and > then upload my application and use the data in the datastore from > there? Or do we fill the datastore up every time my applicaiton gets a > request for it? Is the data saved in a certain file so when the > application is uploaded on the google server, this file is transfered > on the server and I start to use it from there? > > Thank you very much, > N. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
