The problem with keys (and datastore portability)
Google App Engine, we need to have a talk about your datastore keys.
Your keys can have names but they cannot start with a number. Keys can also have IDs, which are numeric. We can read those, but can't set them.
When I put an entity into the datastore for the first time, you assign it [...]

