# jrief/django-angular

Let AngularJS play well with Django

Repository: https://github.com/jrief/django-angular
Canonical: https://ross.abutalabs.com/products/django-angular
Homepage: http://django-angular.awesto.com/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-11-13T22:41:50+00:00

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

## Adoption (not part of the score)
Stars 1217, forks 290 (observed 2026-08-28T04:04:01.488059+00:00)

## What it is
A Django library that integrates AngularJS with Django Forms, enabling client-side form validation driven by server-side form declarations. It provides directives for uploading form data to endpoints and rendering server-side validation errors in AngularJS applications.

## Use cases
- validate Django forms on the client with AngularJS
- submit Django forms via AJAX to a server endpoint
- render server-side form errors inline in an AngularJS app
- render Django forms with Bootstrap 3 styling
- validate a set of forms against one shared endpoint

## When to choose
- you maintain a legacy Django + AngularJS 1.x codebase that already uses this library
- you need server-declared validation constraints mirrored in client-side AngularJS form validation

## When to avoid
- starting any new project, since AngularJS is deprecated and the README recommends django-formset instead
- your frontend uses modern Angular, React, or Vue rather than AngularJS 1.x
- you only need a REST API layer, where djangorestframework is a better fit

## Facets
- artifact type: library
- maturity: maintenance
- function: form-handling, web-framework, middleware, serialization
- domain: web-development, frontend, backend, developer-tools
- platform: python, browser
- tags: django, angularjs, form-validation, deprecated, client-side-validation, web-server

## Member repositories
- jrief/django-angular (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:01.488059+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-30T06:17:07.903154+00:00, confidence not recorded.
  - readme: https://github.com/jrief/django-angular (fetched 2026-08-28T04:04:01.488059+00:00, sha 7d13ee541072)
  - homepage: http://django-angular.awesto.com/ (fetched 2026-08-29T12:24:53.698773+00:00, sha 5efcd5968a02)
- Data as of 2026-08-30T08:39:29.467469+00:00.
