Google Cloud Messaging Server
Project description
Google Cloud Messaging Server in Django
Quickstart
Install the package via pip:
pip install django-gcm
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 = patterns('',
...
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.0.5.tar.gz
(9.4 kB
view details)
File details
Details for the file django-gcm-1.0.5.tar.gz
.
File metadata
- Download URL: django-gcm-1.0.5.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a3e35994ea37d812f3763bf0354794b83ebac7cebc9a684ef21d8bcff85c3c54
|
|
MD5 |
cc7b31f6a6ecb468c9c120e31e5503e4
|
|
BLAKE2b-256 |
c95eeed76fa9650bb23a644c48da31935c1203c1d83a71811c0ff870a1e54678
|