after i add category field to my model i am facing this error. where is the problem?
from django.db import models
class Category(models.Model): name =