app/soc/models/user.py
changeset 936 b3e1e0c9649c
parent 811 9e56019eb218
child 970 8b5611d5b053
equal deleted inserted replaced
935:09f47e08f805 936:b3e1e0c9649c
    59    responses)  a 1:many relationship of Reponse entities submitted by the
    59    responses)  a 1:many relationship of Reponse entities submitted by the
    60      User.  This relation is implemented as the 'responses' back-reference
    60      User.  This relation is implemented as the 'responses' back-reference
    61      Query of the Response model 'respondent' reference.
    61      Query of the Response model 'respondent' reference.
    62   """
    62   """
    63 
    63 
       
    64   URL_NAME = 'user'
       
    65 
    64   #: A Google Account, which also provides a "private" email address.
    66   #: A Google Account, which also provides a "private" email address.
    65   #: This email address is only used in an automated fashion by 
    67   #: This email address is only used in an automated fashion by 
    66   #: Melange web applications and is not made visible to other users 
    68   #: Melange web applications and is not made visible to other users 
    67   #: of any Melange application.
    69   #: of any Melange application.
    68   account = db.UserProperty(required=True,
    70   account = db.UserProperty(required=True,