This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
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')),
)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ios-notification-0.1.3.tar.gz.
File metadata
- Download URL: ios-notification-0.1.3.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebdd286e41259fdf421b87787e57c23b7284c7b474af224b0c92171eb5887dfa
|
|
| MD5 |
a608819e1f56023b49ef1a73572ba0ee
|
|
| BLAKE2b-256 |
9b0139db727c4253a8fc67a857b18f9c91bf106189e38c11041ac033bb22682d
|
File details
Details for the file ios_notification-0.1.3-py2.py3-none-any.whl.
File metadata
- Download URL: ios_notification-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 35.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d83f46435b239c52f9311fd118c888abb617bf16bec82d4196acc379b499cb7d
|
|
| MD5 |
7effee55f96255fbadc99dfa58246b9f
|
|
| BLAKE2b-256 |
962bf4ce42b56a1f51b0e363bf0775548aac0eca68297aac114e8843daea4588
|