Chitrank-Dixit / django-fcm

Django FCM provides firebase cloud messaging to android or ios support for django apps
https://django-fcm.readthedocs.io/en/latest/
MIT License
54 stars 28 forks source link

Added django 1.10 compatibility #7

Closed Northshoot closed 8 years ago

Northshoot commented 8 years ago

previous implementation was throwing error

AttributeError: type object 'BaseCommand' has no attribute 'option_list'

fixed to match new version of django