# Django Framework Pack

Use this pack when the repository is a Django service or web application.

## Primary signals

- `manage.py`
- Django dependencies in Python package manifests

## Companion surfaces

- `lang:python`
- migration and security-focused reviews

## Validation cues

- check settings, migrations, and ORM usage together
- validate auth, forms, and admin changes with targeted tests
