what was the exact error or symptom? i'm reluctant to repeat the how-
to guide.
http://code.google.com/appengine/docs/python/tools/uploadingdata.html
i've uploaded bulk elements via csv multiple times and the
instructions worked perfectly. the sections you actually have to
implement are:
1. "setting up remote_api"
2. "creating loader classes"
3. "preparing your data"
then issue the following from the command line...
appcfg.py upload_data --config_file=<your loader script from step
2>.py --filename=<your CSV file>.csv --kind=<your db.Model class name>
<app-directory>
On Nov 16, 11:43 am, Benjamin Mayo <
wondersofthebr...@googlemail.com>
wrote: