suppose I have four tables like as
Table 1:
class EmployAddressInfo(models.Model): house_no = models.CharField(max_length = 50) village_name =