You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for developers of Google App Engine
|
|
|
Group Welcome & Read Me
   
|
| |
Hi,
Welcome to the Google App Engine developer forum.
Before posting you may want to read our user maintained App Engine
Community FAQ: [link].
These are questions written and maintained by the group's members. If
you get a great answer to your question, consider adding it to the... more »
|
|
App Engine Chat Time!
   
|
| |
Hi Everyone!
Every first and third Wednesday of the month, the App Engine team
hosts IRC Chat Time, an opportunity for you to get answers to your App
Engine-related questions in real-time.
Here's the schedule:
- Every FIRST Wednesday of the month from 7:00 to 8:00 p.m. PDT
- Every THIRD Wednesday of the month from 9:00 to 10:00 a.m. PDT... more »
|
|
New App Engine Java and Python forums
   
|
| |
Greetings App Engine community!
We've just launched Java language support on App Engine in addition to
Python. To make it easy for language specific discussions, we have
created new forums for each languages. The main google-appengine forum
will continue to exist as a forum for general discussions on App... more »
|
|
New issue tracker template for production issues
|
| |
Hi Everyone. Just a note that Googler replies may be slower over the next couple of weeks as we take a short pause to welcome the new year. During this break, we will be piloting a new issue tracker template for speedier resolution of production issues. In the rare event that your app experiences an urgent production-related issue that requires... more »
|
|
Serialized entity fields lost on insert when followed by another insert
|
| |
I'm trying to insert two entities from different classes in the same request, each inside their own transaction. Everything works just fine, except that the serialized Set that exist in the first insert doesn't persist. I've verified that if I remove the second insert, the Set does persist, so it's not a problem with my... more »
|
|
Suggestions on implementing aggregate like datastore functionality
|
| |
Hello... I'm writing a django based app on GAE and I have models that I need to calculate things like averages, max, min, and other similar aggregate functions across various fields amongst entities in the datastore. Typically with a relational db this is accomplished with a standard query, but not with GAE. I've decided that it would be best to... more »
|
|
PolyModel _kind_map shortcomings
|
| |
Hello Group, I am in the process of writing an application that manages many diverse kinds of data, with a Connection model that connects any two fragments of information together. I originally evaluated a couple of ways to store this data (regular models, a single expando type, etc) until I was eventually convinced... more »
|
|
Error 500 in uploading app
|
| |
I am not getting this when uploading app, was working fine at least a couple of hours ago. Is it indeed a GAE server glitch? thanks -rj --- rjtang@dollarmay-lm ~/_gae >appcfg.py update mlaaws Application: mlaaws; version: 4. Server: appengine.google.com. Scanning files on local disk. Initiating update.... more »
|
|
Accessing user account information through the users object
|
| |
Why is that the users object returned for the logged in user isn't being populated with ALL of the details for that's user's account? Specifically, there is odd behavior for the nickname. Gmail accounts seem to pull out the name in front of '...@gmail.com' as the nickname, but other logins - that are valid Google accounts - will use the... more »
|
|
|