in my project, I have three models
models.py
class Category(models.Model): name = models.CharField(max_length=50) slug = model