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

Project details


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.0.tar.gz (22.0 kB view details)

Uploaded Source

Built Distribution

ios_notification-0.1.0-py2.py3-none-any.whl (34.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file ios-notification-0.1.0.tar.gz.

File metadata

File hashes

Hashes for ios-notification-0.1.0.tar.gz
Algorithm Hash digest
SHA256 41e136e8e6d2cda9c85a3e1cbdfcaf8ae407890f025eb4c4e5674e8f6b7d9732
MD5 55d3462ac9297851d11c7ee7c8f09101
BLAKE2b-256 7ba4e3626a46abba16684f401a85dc4816df732a2c0a6a9b07adcc0edd388b20

See more details on using hashes here.

Provenance

File details

Details for the file ios_notification-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for ios_notification-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a7261a76ed3f1f0d30b6b687006517e74e2e2a3666ac4061451ead2bcddd020b
MD5 fdec2444d20537d1874db1dfe5bd1ef0
BLAKE2b-256 3f2a61a51a61f6bca71450870ffed166ddc87360b922dc97074010df7d8c026c

See more details on using hashes here.

Provenance

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