[google-appengine] Re: Bulkloadclient Loading of related tables data

2008-10-17 Thread Alan
Mahmoud, Oh yes, and I do want to finally populate the production site as well Alan... On Oct 16, 4:13 pm, Mahmoud <[EMAIL PROTECTED]> wrote: > Are you trying to load the data in production or the local datastore? > > I found it much easier to load data using either one of these methods: > 1. W

[google-appengine] Re: Bulkloadclient Loading of related tables data

2008-10-17 Thread Alan
Mahmoud, fixture looks good thanks. About the load script, how is it basically constructed? Alan... On Oct 16, 4:13 pm, Mahmoud <[EMAIL PROTECTED]> wrote: > Are you trying to load the data in production or the local datastore? > > I found it much easier to load data using either one of these m

[google-appengine] Re: Bulkloadclient Loading of related tables data

2008-10-16 Thread Mahmoud
Are you trying to load the data in production or the local datastore? I found it much easier to load data using either one of these methods: 1. Write a python script that loads the data for you. For example, I access mine via: http://localhost:8080/load 2. Use Fixture!: Fixture is pretty awesome