{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content"}],"enrichment":{"capability":"Adds simple tagging functionality to Django models via a TaggableManager that integrates with Django's ORM, forms, and admin interface.","skillfed_tags":["django-extension","orm-helper"],"use_cases":["Add flexible categorization to blog posts, articles, or content items without modifying the model schema.","Enable users to tag products, resources, or items for discovery and filtering in a web application.","Build a tagging system for user-generated content where tags are added dynamically at runtime.","Implement tag-based search and filtering in Django admin or custom views.","Create a folksonomy where multiple models share a common tag vocabulary."],"what_it_does":"django-taggit is a reusable Django application that provides a simple, standardized way to add tagging to any Django model. It exposes a TaggableManager that you attach to a model field, then use an intuitive API to add, remove, and query tags on instances. Tags are stored in the database and automatically appear in Django forms and the admin interface without additional configuration.\n\nThe package is production-stable, actively maintained, and widely used (over 2 million monthly downloads). It requires only Django as a runtime dependency and supports modern Python versions (3.8 through 3.12) and Django versions 4.1 through 5.0. There are no known security vulnerabilities.","worth_installing":"Yes. django-taggit is a mature, actively maintained, well-documented solution for a common Django need. It has low install friction, no security issues, and a permissive license. Install it if you need tagging on any Django model."},"id":"django-taggit","links":{"html":"https://skillfed.io/packages/django-taggit","md":"https://skillfed.io/packages/django-taggit.md","pypi":"https://pypi.org/project/django-taggit/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-09-29","license_spdx":null,"license_treatment":"permissive","name":"django-taggit","python_support":"supports_current","summary":"django-taggit is a reusable Django application for simple tagging."},"popularity":{"monthly_downloads":2224541,"position":3200,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"6.1.0"}
