
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
.. image:: https://travis-ci.org/nnsnodnb/django-ios-notifications.svg?branch=master :target: https://travis-ci.org/nnsnodnb/django-ios-notifications .. image:: https://coveralls.io/repos/github/nnsnodnb/django-ios-notifications/badge.svg?branch=master :target: https://coveralls.io/github/nnsnodnb/django-ios-notifications?branch=master .. image:: https://badge.fury.io/py/ios-notification.svg :target: https://pypi.python.org/pypi/ios-notification .. image:: https://img.shields.io/pypi/pyversions/ios-notification.svg :target: https://pypi.python.org/pypi/ios-notification .. image:: https://img.shields.io/pypi/status/ios-notification.svg :target: https://pypi.python.org/pypi/ios-notification .. image:: https://img.shields.io/pypi/wheel/ios-notification.svg :target: https://pypi.python.org/pypi/ios-notification .. image:: https://img.shields.io/pypi/format/ios-notification.svg :target: https://pypi.python.org/pypi/ios-notification .. image:: https://img.shields.io/pypi/implementation/ios-notification.svg :target: https://pypi.python.org/pypi/ios-notification .. image:: https://img.shields.io/pypi/l/ios-notification.svg :target: https://pypi.python.org/pypi/ios-notification .. image:: https://readthedocs.org/projects/ios-notifications/badge/?version=latest :target: http://ios-notifications.readthedocs.io/?badge=latest :alt: Documentation Status
A Django plugin for Apple Push Notification Service.
Supported python versions
2.7, 3.4, 3.5, 3.6
Supported django versions
1.7 - 1.11, 2.0 (Only Python3.x or later)
.. code:: bash
$ pip install ios-notification
Add notification
into INSTALLED_APPS
in settings.py
file
.. code:: python
INSTALLED_APPS += (
'notification',
)
Add notification
routing in urls.py
file
.. code:: python
from django.conf.urls import include
urlpatterns += (
url(r'^ios/', include('notification.urls', namespace='notification')),
)
nnsnodnb
MIT License
FAQs
A Django plugin for Apple Notification Service
We found that ios-notification demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.