Hi,
  You can use key names you create yourself instead of auto-generated
ids if you would like.  The names can be alphanumeric.
    
http://code.google.com/appengine/docs/python/datastore/entities.html#Kinds_IDs_and_Names


Robert





On Thu, Jan 26, 2012 at 09:10, yadab <[email protected]> wrote:
> I have just started with appengine, I want to build a small e-com site
> (examples appreciated). The problem I am stuck with is providing a
> human readable URL to each entity I have. The generated key can not be
> used and it is looks to be implementation internal, Also I can not
> have so many names. Can I override or somehow wrap the key to a human
> readable format... e.g. Some running Alpha numeric numbers?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to