I inherited a project where we wanted to use django\'s native User model but also give users some additional fields. So I made a model called UserProfiles, whic
UserProfiles