Fabulous Tagging for Django
Django Tagulous is a tagging library for Django that makes it easy to work with tags in a Django project. It is built on ForeignKey and ManyToManyField, providing support for tagstrings and native ORM queries. The library supports features like SingleTagField, TagField, autocomplete support, nested tags, and admin support for managing tags and tagged models. It is compatible with Django 3.2+ and Python 3.10+.