models.py class Blog(models.Model): blog_name = models.CharField(max_length=100) tags = models.CharField(max_length=100)
if tags are : (dj