Skip to content

Users

UserProfile (Model) django-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:

Name Type Description
is_pi bool

indicates whether or not the user is a PI

user User

represents the Django User model

is_pi: BooleanField django-field

is pi

user: OneToOneField django-field

user