I want to have a OneToOne relationship between to models;
class Pet(models.Model): name = models.CharField() class C