I have a model that\'s a profile in a 1-1 relationship with the User model.
class MyAppProfile(UUIDModel): user = models.ForeignKey(AUTH_USER_MODEL, on_delete