GAE will always choose the ID for you (at least with web2py dal, custom GAE keys are not implemented). You could maybe add an extra field to the province table to store your "internal id" and use the for lookup when loading the second table. or if you are doing the load back to back, create a dict in memcache that maps your ID to the google ID and do the lookup as you write the city rows.
- [web2py] Insert "One to many" rela... José L .
- Re: [web2py] Insert "One to many&q... Vasile Ermicioi
- Re: [web2py] Insert "One to ma... José Luis Redrejo Rodríguez
- Re: [web2py] Insert "One t... howesc
- Re: [web2py] Insert "O... José Luis Redrejo Rodríguez

