I store the following information on users in the database:
class UserInfo(db.Model):
user = db.UserProperty()
nickname = db.StringProperty()
If I have a UserInfo object userinfo and I do userinfo.user.email(),
it does not return the email address on production. On development,
however, this works.
Any idea why it doesn't work on production, and if it can be fixed?
--
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.