python3-django-push-notifications

Send push notifications through GCM or APNS in Django (Python3 version)
  https://github.com/jleclanche/django-push-notifications/
  0
  no reviews



A minimal Django app that implements Device models that can send messages through APNS, FCM/GCM and WNS. It provides three models:

* GCMDevice * APNSDevice * WNSDevice

The app also implements an admin panel, through which you can test single and bulk notifications.

This package contains the Python 3 version of the library.