[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

[google-appengine] Re: bulkloadclient

2008-10-14 Thread Marzia Niccolai
This seems like there might be an issue with the handler mapping for your application, it probably can't find the correct Python class to send the request. Make sure you have correctly mapped /raceload in your app.yaml and in your script's application handler. -Marzia On Tue, Oct 14, 2008 at 1:5