soc/models/administrator.py
changeset 13 7947bd33ebbf
parent 11 78502d4eb06e
equal deleted inserted replaced
12:bdb96b9afe8e 13:7947bd33ebbf
    28 
    28 
    29 
    29 
    30 class Administrator(db.Model):
    30 class Administrator(db.Model):
    31   """Administrator details for a specific Program.
    31   """Administrator details for a specific Program.
    32 
    32 
    33   An Administrator entity participates in a number of relationships:
    33   An Administrator entity participates in the following relationships
       
    34   implemented as a db.ReferenceProperty elsewhere in another db.Model:
    34 
    35 
    35    host)  an optional 1:1 relationship associating generic Administrator
    36    host)  an optional 1:1 relationship associating generic Administrator
    36      details and capabilities with a specific Host.  This relation is
    37      details and capabilities with a specific Host.  This relation is
    37      implemented as the 'host' back-reference Query of the Host model
    38      implemented as the 'host' back-reference Query of the Host model
    38      'admin' reference.
    39      'admin' reference.