my models.py
from django.db import models class Product(models.Model): category_name = models.CharField(max_length=60, default=\'\') category_url = m