# django-notifications/django-notifications

GitHub notifications alike app for Django

Repository: https://github.com/django-notifications/django-notifications
Canonical: https://ross.abutalabs.com/products/django-notifications
Homepage: http://pypi.python.org/pypi/django-notifications-hq/
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: django, python, notification, package
Last push: 2025-07-17T17:54:23+00:00

## Health v2 (maintenance only)
Score: 37/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 32, release rhythm 8, longevity 100
- inputs: {"age_days": 5155, "days_push": 412, "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 1957, forks 477 (observed 2026-08-28T04:05:59.129897+00:00)

## What it is
A reusable Django app that provides GitHub-style notifications for users, derived from django-activity-stream. It models notification events with actor, verb, action object, and target components using generic foreign keys.

## Use cases
- add user notifications to a Django app
- build an inbox of unread notifications like GitHub
- notify users when someone comments on their post
- track actions performed on Django model objects
- send notification when a user is mentioned

## When to choose
- you need GitHub-style per-user notifications in Django
- you want a drop-in Django app with models, views, and URLs for notifications
- you need notifications tied to arbitrary Django models via generic foreign keys

## When to avoid
- you need activity feeds or news streams rather than notifications (use django-activity-stream)
- you need push notifications to mobile devices or external channels like email/SMS
- your project is not built on Django

## Facets
- artifact type: library
- maturity: active
- function: web-framework, middleware
- domain: web-development, backend, developer-tools
- platform: python
- tags: django, notifications, activity-stream, inbox, web-server

## Member repositories
- django-notifications/django-notifications (main) score 37

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:59.129897+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-30T03:06:00.918257+00:00, confidence not recorded.
  - readme: https://github.com/django-notifications/django-notifications (fetched 2026-08-28T04:05:59.129897+00:00, sha 905b32f5e8fd)
  - homepage: http://pypi.python.org/pypi/django-notifications-hq/ (fetched 2026-08-29T10:45:53.587179+00:00, sha 97eeedee4eef)
- Data as of 2026-08-30T08:39:29.467469+00:00.
