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

django 2 support #46

Open Adnan9011 opened 6 years ago

Adnan9011 commented 6 years ago

how to use section 2 in quick start with Django 2 :

Add django-fcm resources to your URL router:

urls.py

from django.conf.urls import include, url

urlpatterns = [ url(r'fcm/', include('fcm.urls')), ] To check fcm urls just use the following command:

$ python manage.py fcm_urls

FCM urls: