Skip to main content

A Django plugin for Apple Notification Service

Project description

https://travis-ci.org/nnsnodnb/django-ios-notifications.svg?branch=master https://coveralls.io/repos/github/nnsnodnb/django-ios-notifications/badge.svg?branch=master https://badge.fury.io/py/ios-notification.svg https://img.shields.io/pypi/pyversions/ios-notification.svg https://img.shields.io/pypi/status/ios-notification.svg https://img.shields.io/pypi/wheel/ios-notification.svg https://img.shields.io/pypi/format/ios-notification.svg https://img.shields.io/pypi/implementation/ios-notification.svg https://img.shields.io/pypi/l/ios-notification.svg 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

$ pip install ios-notification

Add notification into INSTALLED_APPS in settings.py file

INSTALLED_APPS += (
    'notification',
)

Add notification routing in urls.py file

from django.conf.urls import include

urlpatterns += (
    url(r'^ios/', include('notification.urls', namespace='notification')),
)

Author

nnsnodnb

LICENSE

MIT License

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ios-notification-0.1.3.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

ios_notification-0.1.3-py2.py3-none-any.whl (35.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page