# jazzband/django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.

Repository: https://github.com/jazzband/django-push-notifications
Canonical: https://ross.abutalabs.com/products/django-push-notifications
Language: Python
License: MIT
License Family: permissive
Topics: python, django, apns, gcm, fcm, push-notifications, wns
Last push: 2026-07-20T16:04:01+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 33, longevity 100
- inputs: {"age_days": 4920, "days_push": 44, "days_rel": 290, "gap_med": 152.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2388, forks 634 (observed 2026-08-28T04:06:42.737247+00:00)

## What it is
A Django app that provides Device models for sending push notifications to mobile devices and browsers via APNS, FCM/GCM, WNS, and WebPush. It includes an admin panel for sending single or bulk test notifications and optional REST API support via Django REST Framework.

## Use cases
- send push notifications to iOS devices from Django
- send FCM notifications to Android users
- manage device registration tokens in Django models
- send web push notifications to Chrome and Firefox
- bulk send test notifications from Django admin
- link push devices to Django users

## When to choose
- you have a Django project and need multi-platform push notification support
- you want device models with admin integration out of the box
- you need APNS, FCM, WNS, and WebPush behind one consistent API

## When to avoid
- your project does not use Django
- you need push notifications without a server-side device registry
- you use a non-Python backend stack

## Facets
- artifact type: library
- maturity: active
- function: web-framework, middleware
- domain: mobile-development, web-development, backend
- platform: python, cross-platform
- tags: django, push-notifications, apns, fcm, gcm, wns, webpush, django-app

## Member repositories
- jazzband/django-push-notifications (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:42.737247+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-30T02:34:33.386372+00:00, confidence not recorded.
  - readme: https://github.com/jazzband/django-push-notifications (fetched 2026-08-28T04:06:42.737247+00:00, sha 75a52083b902)
  - registry_pypi: https://pypi.org/pypi/django-push-notifications/json (fetched 2026-08-29T10:15:15.045675+00:00, sha 31a26aaa61ae)
- Data as of 2026-08-30T08:39:29.467469+00:00.
