A Django plugin for Apple Notification Service
Project description
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
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
File details
Details for the file ios-notification-0.1.0.tar.gz
.
File metadata
- Download URL: ios-notification-0.1.0.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41e136e8e6d2cda9c85a3e1cbdfcaf8ae407890f025eb4c4e5674e8f6b7d9732 |
|
MD5 | 55d3462ac9297851d11c7ee7c8f09101 |
|
BLAKE2b-256 | 7ba4e3626a46abba16684f401a85dc4816df732a2c0a6a9b07adcc0edd388b20 |
Provenance
File details
Details for the file ios_notification-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: ios_notification-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 34.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7261a76ed3f1f0d30b6b687006517e74e2e2a3666ac4061451ead2bcddd020b |
|
MD5 | fdec2444d20537d1874db1dfe5bd1ef0 |
|
BLAKE2b-256 | 3f2a61a51a61f6bca71450870ffed166ddc87360b922dc97074010df7d8c026c |