For the KIND entity I want to create, it does not have any of the following properties.
-Aswath On Thu, May 3, 2012 at 11:18 AM, Nikhil Jain <[email protected]>wrote: > Dear Aswath, > If models field type is > ListProperty<https://developers.google.com/appengine/docs/python/datastore/typesandpropertyclasses#ListProperty> > , > ReferenceProperty<https://developers.google.com/appengine/docs/python/datastore/typesandpropertyclasses#ReferenceProperty> > ,SelfReferenceProperty<https://developers.google.com/appengine/docs/python/datastore/typesandpropertyclasses#SelfReferenceProperty> > , > TextProperty<https://developers.google.com/appengine/docs/python/datastore/typesandpropertyclasses#TextProperty> > then > admin console does not show these fields at create entity. > > Even if you try to edit your existing data then it won't allow to edit > these fields. > > Regards > Nikhil > > On Thu, May 3, 2012 at 9:43 AM, Aswath Satrasala < > [email protected]> wrote: > >> Any pointers on this. >> >> CREATE does not seem to work well for all KINDS. Am I missing something >> here. >> >> thanks >> -Aswath >> >> On Tue, May 1, 2012 at 5:55 PM, Aswath Satrasala < >> [email protected]> wrote: >> >>> Hi, >>> I am trying to a create a Entity using the Datastore Viewer UI. I >>> followed the following steps >>> * Click on the Datastore Viewer >>> * By default it is in the Query tab >>> * Click on the Create tab >>> * Choose the kind >>> * Click 'Next>>' >>> Now, all the properties for the KIND is not shown for entering the >>> values. It is showing fewer properties for which the values can be entered. >>> >>> It is not the same case for all KINDS >>> >>> What is the criteria to show all the properties for the KIND? >>> >>> -Aswath >>> >> >> -- >> 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. > -- 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.
