I have a customer group table
class customerGroupMaster(models.Model): customer_group_name = models.CharField(max_length=50) customer_group_id = mode