Skip to main content

A Django package that enables sending messages using FCM (Firebase Cloud Messaging).

None

Project description

Firebase Cloud Messaging Server in Django

Quickstart

Install the package via pip:

pip install django-fcm  --process-dependency-links

Add fcm to INSTALLED_APPS in settings.py

Add FCM_APIKEY to settings.py file:

FCM_APIKEY = "<api_key>"

Add fcm urls to urls.py file:

urlpatterns = [
  ...
  url(r'', include('fcm.urls')),
  ...
]

Documentation: https://django-fcm.readthedocs.org

Project details

None

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-fcm-0.0.7.tar.gz (6.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page