I would like to create an application that saves and retrieves records to the GAE server.I followed the tutorial \"Deploying to Google App Engine\" http://code.google.com/webtoolkit/doc/latest/tutoria
Given the log of following: Restaurant = <persistence.model.Restaurant object at 0x3913c01e89e78a20>
NOTE: IT DOES WORK IN PRODUCTION. I MEAN, WHEN I UPLOAD THE APPLICATION IT JUST WORKS FINE. THE PROBLEM IS IN THE DEVELOPMENT SERVER.
I regularly download my Google App Engine production data locally (using a custom script that basically calls appcfg.py download_data) and upload it to the development server so that the data in my de
Im running a query and it is currently returning 1400 results and because of this I am getting the following warning in the log file:
I have a class Post and within it I have a list of Reviews. Is it possible to retrieve a Post object without reviewList (or as an empty list)? Or maybe I should use some other model to achieve this.
I\'m trying to make an appraisal system This is my class class Goal(db.Expando): GID = db.IntegerProperty(required=True)
How would one go about using the Google App Engine datastore as a database for remote stand alone java programs?
I\'m implementing an iPhone application that syncs data with an AppEngine backend. I\'m using this method to implement the syncing:
I am creating a number guessing game to help myself learn how to use Google\'s App Engine. I store the current answer as a random number in the datastore. Each time the user guesses I want to pull the