Re: [google-appengine] Can't access ODK data in data store

2014-02-11 Thread Vinny P
On Mon, Feb 10, 2014 at 6:28 PM, Leto Atreides wrote: > I'm trying to access data that ODK has pushed into the datastore. The > below code words fine when I query an entity that I created via Python, > which was called "ProductSalesData". The entity name ODK has given it's > data is "opendatakit

[google-appengine] Can't access ODK data in data store

2014-02-10 Thread Leto Atreides
I'm trying to access data that ODK has pushed into the datastore. The below code words fine when I query an entity that I created via Python, which was called "ProductSalesData". The entity name ODK has given it's data is "opendatakit.test1". When I update the data model to class opendatakit.t