Google Cloud Messaging Server
Project description
Google Cloud Messaging Server in Django
Quickstart
Install the package via pip:
pip install django-gcm --process-dependency-links
Add gcm to INSTALLED_APPS in settings.py
Add GCM_APIKEY to settings.py file:
GCM_APIKEY = "<api_key>"
Add gcm urls to urls.py file:
urlpatterns = [
...
url(r'', include('gcm.urls')),
...
]
Documentation: https://django-gcm.readthedocs.org
Client
Simple client application you can find here.
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
django-gcm-1.2.0.tar.gz
(11.3 kB
view details)
File details
Details for the file django-gcm-1.2.0.tar.gz
.
File metadata
- Download URL: django-gcm-1.2.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e210c5e986b0e8a473848e1c10d9d4fa16560dd56fc8aff0d4605ce250b9281b |
|
MD5 | ea6ecdc0a4cc0210321753a44f41275a |
|
BLAKE2b-256 | e31e30358fd9b2b7235ac3ea86bf43e5a5a737a87e6818f6c8e607e0afbf485f |