Well, the admin interface can list them, so I tracked down how that's happening, and it's in google/google_appengine/google/appengine/ext/ admin/__init__.py
check out get_kinds() in that file. looks like it just uses datastore_admin from google.appengine.api let me know if you get stuck. On Mar 24, 7:46 pm, Trung <[email protected]> wrote: > Hi, > > I'd like to know whether we can programmatically know the list of > entity > KIND currently in the datastore. > > Thanks in advance. -- 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.
