models.py for member table.
class Member(models.Model): fullname=models.CharField(max_length=30) companyname=models.CharField(max_length=30) Email=mo