Thanks Daniel, I'll give that a try.
On Wed, Jan 6, 2010 at 2:02 AM, Daniel Roseman wrote:
> On Jan 6, 1:54 am, Malcolm MacKinnon wrote:
> > I'm having difficulty deserializing a json object. I'm using django
> > appengine patch, so the models aren't the same as django's, but they are
> > very s
On Jan 6, 1:54 am, Malcolm MacKinnon wrote:
> I'm having difficulty deserializing a json object. I'm using django
> appengine patch, so the models aren't the same as django's, but they are
> very similar:
>
> class Cust(db.Model):
> custno = db.StringProperty(required=True)
> company = db.
I'm having difficulty deserializing a json object. I'm using django
appengine patch, so the models aren't the same as django's, but they
are very similar:
class Cust(db.Model):
custno = db.StringProperty(required=True)
company = db.StringProperty(required=True)
contact = db.StringPrope
I'm having difficulty deserializing a json object. I'm using django
appengine patch, so the models aren't the same as django's, but they are
very similar:
class Cust(db.Model):
custno = db.StringProperty(required=True)
company = db.StringProperty(required=True)
contact = db.StringPrope
4 matches
Mail list logo