skip to Main Content

How to add tag field in django? – SEO

Here I have some model and this model should have some tags for making it SEO friendly.For this how can i design my model? Any suggestions or help would be appreciated. my model class TourPackage(models.Model): name = models.CharField(max_length=255) package_detail =…

VIEW QUESTION
Back To Top
Search