On Fri, Jan 28, 2011 at 6:50 AM, Bro <[email protected]> wrote: > Hi all, > Recently i have started development of my application that will change the > world. Or at least night be visited by a few users ;). I would like to fill > the database with some initial (basic) data. This data is required to let > the application work. In 'normal' development with my own oracle database i > would create some sql scripts and execute the before go-live. But i think i > need some advise how to go about this in the GAE. > Is this what something that can be done on an even (i.e. > ApplicationInstallEvent or something like that) or should i use a task for > this?
appcfg.py upload_data http://code.google.com/appengine/docs/python/tools/uploadingdata.html The bulk loader is not Python specific. > All advise is welcome as i have not setup anything for this. > Regards, > Arjan Broer > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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-java?hl=en. > -- Jon Smirl [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
