[google-appengine] Re: Missing Entities in Admin Console Data Viewer

2008-09-11 Thread Bill
Custom key name shouldn't matter. Does the missing Kind have any entities stored in it? I believe empty Kinds, even if they are defined in index.yaml, won't show up in the console until there are stored entities. On Sep 11, 12:56 pm, Tony Arkles <[EMAIL PROTECTED]> wrote: > Hi! > > Right now my

[google-appengine] Re: Missing Entities in Admin Console Data Viewer

2008-09-11 Thread Tony Arkles
It definitely has Entities in it. If I do a Feed.all(), I get a bunch of objects back. (I can dump the content back and get what I expect). It's just a bit concerning that it's missing from the Admin Console. On Sep 11, 2:01 pm, Bill <[EMAIL PROTECTED]> wrote: > Custom key name shouldn't matter

[google-appengine] Re: Missing Entities in Admin Console Data Viewer

2008-09-11 Thread Bill
Is this locally or the admin console up in App Engine? I would check your index.yaml and make sure the missing Kind is listed. If local, I'd restart the server. On Sep 11, 1:07 pm, Tony Arkles <[EMAIL PROTECTED]> wrote: > It definitely has Entities in it.  If I do a Feed.all(), I get a bunch >

[google-appengine] Re: Missing Entities in Admin Console Data Viewer

2008-09-11 Thread Tony Arkles
It's on the admin console in the App Engine. The Feed Kind doesn't show up in either the "Query the datastore" or "Create an Entity" list of Kinds. Not sure if it makes any difference, but the feed object only has one field, which is a blob. Maybe they're hidden because there's nothing that wou

[google-appengine] Re: Missing Entities in Admin Console Data Viewer

2008-09-11 Thread Marzia Niccolai
Hi Tony, The Admin Console does not currently display entities that only contain non-editable fields (such as BlobProperties or TextProperties). -Marzia On Thu, Sep 11, 2008 at 1:31 PM, Tony Arkles <[EMAIL PROTECTED]> wrote: > > It's on the admin console in the App Engine. The Feed Kind doesn'

[google-appengine] Re: Missing Entities in Admin Console Data Viewer

2008-09-11 Thread Tony Arkles
Thank you for the quick response! I really appreciate the feedback. Cheers On Sep 11, 2:34 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > Hi Tony, > > The Admin Console does not currently display entities that only contain > non-editable fields (such as BlobProperties or TextProperties). >