I have 2 models:
class Transport(models.Model): name = models.CharField(max_length=30, null=False, unique=True) numb= models.CharField(max_length=10,