I want to implement sever side flow authetication on my GAE project. first, I redirect the user to the OAuth Dialog to get the code.
How or where do I specify the output_writer filename and content type for a GAE mapreduce job? This configuration below is working fine for me, but it creates a new blobstore entry with a new filename
I tried to make the user variable available serveside and now I\'ve noticed that my page behaves the way I want it if I reload:
In the following I use translate() to eliminate punctuation from a string. I\'ve been having a lot of problems with translate because it does not work with unicode. But now I noticed that the script w
I have some keys and th开发者_开发问答e only thing I want to know is if there is a matching entity in datastore. currently I\'m doing:
For tons of reasons, I would like to go ahead and switch to Python 2.7. The new python version requires using the High Replication Datastore. As far as I can see, converting 开发者_开发知识库to it is
I have the next models: class Sentence(models.Model): text = models.CharField(max_length=200) language = models.ForeignKey(Language)
GAE 1.5.5 looks to have some excellent, long-waited for features. However, they\'re not working for me yet.
Currently i try to connect (via JPA/Datanucleus) with an application, hosted by Google App Engine, to the database service of database.com (Salesforce)
that\'s my first time here. Hope someone can give us a hint! We are stuck while transforming images on google app engine with Java. We