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 hashes)

Uploaded Source

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