I have a django model called CrewMember that adds a user into a team/crew of other users.
class CrewMember(models.Model): ROLE = ( (\'Supervisor\'