Skip to main content

Google Cloud Messaging Server

Project description

https://travis-ci.org/bogdal/django-gcm.png?branch=master https://coveralls.io/repos/bogdal/django-gcm/badge.png?branch=master https://version-image.appspot.com/pypi/?name=django-gcm

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


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)

Uploaded Source

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

Hashes for django-gcm-1.2.0.tar.gz
Algorithm Hash digest
SHA256 e210c5e986b0e8a473848e1c10d9d4fa16560dd56fc8aff0d4605ce250b9281b
MD5 ea6ecdc0a4cc0210321753a44f41275a
BLAKE2b-256 e31e30358fd9b2b7235ac3ea86bf43e5a5a737a87e6818f6c8e607e0afbf485f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page