Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django 2 support #46

Open
Adnan9011 opened this issue Jul 22, 2018 · 0 comments
Open

django 2 support #46

Adnan9011 opened this issue Jul 22, 2018 · 0 comments

Comments

@Adnan9011
Copy link

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:

  • Register device
    /fcm/v1/devices/
  • Unregister device
    /fcm/v1/devices/{id}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant