bogdal / django-gcm

Google Cloud Messaging Server in Django
https://django-gcm.readthedocs.org
BSD 2-Clause "Simplified" License
98 stars 42 forks source link

compatibility with Django 1.10 #42

Open Northshoot opened 8 years ago

Northshoot commented 8 years ago

django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. urlpatterns should be updated to be a list of django.conf.urls.url() instances instead.