(apologies for not putting this in the python-specific forum - as far as I
can tell, there isn't one, despite what the welcome message says)
Hey guys,
I have a model defined like so:
class stickletUser(db.Model):
author = db.UserProperty()
email = db.EmailProperty()
has_shared = db.ListProperty(str)
connections = db.ListProperty(str)
However, I'm having problems with the has_shared property, and when I check
the model in the Datastore Viewer it doesn't list that property - all the
other ones, but not that one. This is running locally or on the deployed
version.
Any advice? Thanks!
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/QVUnAUok7mUJ.
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.