In Django models.py, I have model A and B
class A (models.Model): Name = models.CharField(max_length=100) Location = models.CharField(max_len