# django-crispy-forms/django-crispy-forms

The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.

Repository: https://github.com/django-crispy-forms/django-crispy-forms
Canonical: https://ross.abutalabs.com/products/django-crispy-forms
Homepage: http://django-crispy-forms.rtfd.org
Language: Python
License: MIT
License Family: permissive
Last push: 2026-07-29T11:10:33+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 95, release rhythm 71, longevity 100
- inputs: {"age_days": 5419, "days_push": 35, "days_rel": 35, "gap_med": 150, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5159, forks 730 (observed 2026-08-28T04:09:11.479999+00:00)

## What it is
A Django app that provides a filter and template tag for rendering forms with elegant, configurable div-based HTML layouts. It lets developers build reusable, programmatic form layouts without writing HTML in templates, with support for Bootstrap, Tailwind, Bulma, and Foundation via template packs.

## Use cases
- render django forms with bootstrap styling
- build reusable form layouts without writing html
- dry django form templates
- control rendered form html programmatically
- switch form styling between css frameworks
- render forms as elegant divs instead of tables

## When to choose
- you use Django and want clean, maintainable form rendering
- you need Bootstrap/Tailwind/Bulma-styled forms with minimal template code
- you want programmatic control over form layout in Python

## When to avoid
- you don't use Django
- you need client-side form state management or validation (this only handles rendering)
- you use a non-Python backend framework

## Facets
- artifact type: library
- maturity: stable
- function: form-handling, templating, ui-components
- domain: web-development, frontend, developer-tools
- platform: python
- tags: django, forms, bootstrap, dry, html-rendering, template-pack, web-server

## Member repositories
- django-crispy-forms/django-crispy-forms (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:11.479999+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:01:54.295601+00:00, confidence not recorded.
  - readme: https://github.com/django-crispy-forms/django-crispy-forms (fetched 2026-08-28T04:09:11.479999+00:00, sha a99b943576bd)
  - registry_pypi: https://pypi.org/pypi/django-crispy-forms/json (fetched 2026-08-29T08:56:31.862937+00:00, sha 8775a738dae7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
