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

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for ios-notification-0.1.3.tar.gz
Algorithm Hash digest
SHA256 ebdd286e41259fdf421b87787e57c23b7284c7b474af224b0c92171eb5887dfa
MD5 a608819e1f56023b49ef1a73572ba0ee
BLAKE2b-256 9b0139db727c4253a8fc67a857b18f9c91bf106189e38c11041ac033bb22682d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for ios_notification-0.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d83f46435b239c52f9311fd118c888abb617bf16bec82d4196acc379b499cb7d
MD5 7effee55f96255fbadc99dfa58246b9f
BLAKE2b-256 962bf4ce42b56a1f51b0e363bf0775548aac0eca68297aac114e8843daea4588

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