Contents

django-push-notifications 3.3.0

0

Send push notifications to mobile devices through GCM, APNS or WNS and to WebPush (Chrome, Firefox a

Send push notifications to mobile devices through GCM, APNS or WNS and to WebPush (Chrome, Firefox and Opera) in Django

Stars: 2382, Watchers: 2382, Forks: 630, Open Issues: 123

The jazzband/django-push-notifications repo was created 12 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 2382 github stars!

How to Install django-push-notifications

You can install django-push-notifications using pip

pip install django-push-notifications

or add it to a project with poetry

poetry add django-push-notifications

Package Details

Author
Jerome Leclanche
License
None
Homepage
https://github.com/jazzband/django-push-notifications
PyPi:
https://pypi.org/project/django-push-notifications/
GitHub Repo:
https://github.com/jazzband/django-push-notifications

Classifiers

  • Internet/WWW/HTTP
  • System/Networking
No  django-push-notifications  pypi packages just yet.

Errors

A list of common django-push-notifications errors.

Code Examples

Here are some django-push-notifications code examples and snippets.

GitHub Issues

The django-push-notifications package has 123 open issues on GitHub

  • Enhance README with notification message and badge examples for FCM
  • fix: return structured errors instead of raising in apns_async bulk send
  • fix: make APNS async timeout configurable
  • Add workaround for py-vapid cryptography deprecation warning
  • vapid fails due to dependency issue (includes solution)
  • issues with apns_async
  • Add Python 3.10 support and classifiers
  • Generic FCM device convenience model

See more issues on GitHub

Related Packages & Articles

django-pglocks 1.0.4

django_pglocks provides useful context managers for advisory locks for PostgreSQL.