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.
Release files for django-gcm 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-gcm-1.2.0.tar.gz | 11.3 kB | Details |
Release files / django-gcm-1.2.0.tar.gz
| Download URL | django-gcm-1.2.0.tar.gz |
|---|---|
| Size | 11.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e210c5e986b0e8a473848e1c10d9d4fa16560dd56fc8aff0d4605ce250b9281b
|
|
BLAKE2b-256 checksum How to use checksums |
e31e30358fd9b2b7235ac3ea86bf43e5a5a737a87e6818f6c8e607e0afbf485f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |