class Const( ndb.Model ):
StartCode = ndb.StringProperty( indexed = False ) EndCode = ndb.StringProperty( indexed = False ) DataURL = ndb.StringProperty( indexed = False ) NextNode = ndb.StringProperty( indexed = False ) such a model. the data in console is not editable. while for the old data using db, StringProperties are editable. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
