Skip to content

dturner/django-gcm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-gcm

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

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.

About

Google Cloud Messaging Server in Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • HTML 1.5%
  • Makefile 0.4%