Im doing a ecommerce website with django and I have a problem with categories and subcategories. This are my models:
class Category(models.Model): parent = mo