[google-appengine] Re: URLFetch timout

2016-07-13 Thread Max Loren
Hi I am experiencing this issue until now. My apps tried to send GET request to https://graph.facebook.com/.., all requests failure with timeout reason. I have 2 different apps on same account and both have the same issue, Thanks Max On Wednesday, July 13, 2016 at 1:27:21 AM UTC+7, Kevin

[google-appengine] 'Datastore Viewer' web interface bug?

2011-05-12 Thread Loren
I've got a simple db.Expando class that I'm trying to edit fields within from the Google App Engine data store viewer interface. There appears to be a bug with modifying some of the properties; Specifically, I have a property called 'type'. Attempting to modify any of the fields including or

[google-appengine] Re: 'Datastore Viewer' web interface bug?

2011-05-12 Thread Loren
this on the bug tracker?http://code.google.com/p/googleappengine/issues/entry?template=Other%... If you include the issue number in this thread I can ensure it get triaged correctly. On 12 May 2011 13:32, Loren loren.robin...@gmail.com wrote: I've got a simple db.Expando class that I'm trying

[google-appengine] Any advice on recommended DataStore equivalent to these type(s) of table?

2011-02-01 Thread Loren
Hello, I'm transitioning an existing PHP + MySql web application over to python GAE. It's essentially an inventory management application for a plant nursery. The relevant mysql tables are basically: Plant: plant_idint(8) PRIMARY KEY autoincrement unsigned sci_name