i want to make radio button in models.py
class Product(models.Model): name = models.CharField("product", max_length=50, unique=False) price = mo