I have User model:
class PublisherProfile(models.Model): publisher_id = models.AutoField(primary_key=True) user_profile = models.OneToOne