Bases: Model
Displays a user's profile. A user can be a principal investigator (PI), manager, administrator, staff member, billing staff member, or center director.
| Attributes: |
-
is_pi
(bool)
–
indicates whether or not the user is a PI
-
user
(User)
–
represents the Django User model
|