bogdal / django-gcm

Google Cloud Messaging Server in Django

Home Page:https://django-gcm.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not compatible with django 1.9

Northshoot opened this issue · comments

since dependency on tasty, the gcm is not compatible with 1.9 due to django-tastypie/django-tastypie#1395

Moreover, as disscussed there, get_cache has been removed from django, which is used by tasty

It does work with version django-tastypie-0.12.2.dev0 which is not in the pip repo. The dependencies could be updated.

unable to use django-gcm for the same reason

django-gcm 1.2.0 supports Django 1.9 🚢