# jazzband/django-taggit

Simple tagging for django

Repository: https://github.com/jazzband/django-taggit
Canonical: https://ross.abutalabs.com/products/django-taggit
Homepage: https://django-taggit.readthedocs.io
Language: Python
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-24T17:41:29+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 6112, "days_push": 9, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3445, forks 632 (observed 2026-08-28T04:08:05.173340+00:00)

## What it is
django-taggit is a reusable Django application that adds simple tagging to models via a TaggableManager field. It integrates with Django forms and the admin and supports filtering objects by tags.

## Use cases
- add tags to django models
- filter content by tags in django
- tagging for a django blog
- manage tags in django admin
- categorize django content with labels

## When to choose
- you use Django and need model tagging with minimal setup
- you want tags to appear automatically in forms and admin
- you need tag-based filtering through the ORM

## When to avoid
- you are not using Django
- you need hierarchical categories or taxonomies rather than flat tags
- you need tagging outside the Django ORM

## Facets
- artifact type: library
- maturity: stable
- function: orm, search-engine
- domain: web-development, backend, cms
- platform: python
- tags: django, tagging, reusable-app, taxonomies, web-server

## Member repositories
- jazzband/django-taggit (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:05.173340+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:37:36.969885+00:00, confidence not recorded.
  - readme: https://github.com/jazzband/django-taggit (fetched 2026-08-28T04:08:05.173340+00:00, sha 8f7c3b686189)
  - registry_pypi: https://pypi.org/pypi/django-taggit/json (fetched 2026-08-29T09:32:06.640307+00:00, sha 01d234d1d67e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
