How to add tags to your models in Django | Django Packages Series #1
django-taggit is a reusable application that primarily offers you a Tag model, and a manager for easily adding tags to any model. We will create a very simple blog app and implement a tagging system in it.
コメント