Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ios-notification

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ios-notification

A Django plugin for Apple Notification Service

  • 0.1.3
  • PyPI
  • Socket score

Maintainers
1

django-ios-notifications

.. 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)

Installation

.. 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')),
)

Author

nnsnodnb

LICENSE

MIT License

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc