I have two models
# models.py class Expert(models.Model): company = models.ForeignKey( Company, on_delete=models.SET_NULL, blank=True, null=True