Skip to main content

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

Project description

django-fcm
==========
.. image:: https://badge.fury.io/py/django-fcm.svg
:target: https://badge.fury.io/py/django-fcm

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``

.. code-block:: python

INSTALLED_APPS = [
....,
fcm
]

Add ``FCM_APIKEY`` to ``settings.py`` file:

.. code-block:: python

FCM_APIKEY = "<api_key>"


Add ``fcm urls`` to ``urls.py`` file:

.. code-block:: python

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


Python 3 support
----------------
``django-fcm`` is fully compatible with Python 3.4 & 3.5

Django Support
----------------
``django-fcm`` is fully compatible with Django 1.8, 1.9 and 1.10

Django Rest Framework
----------------
``django-fcm`` is fully compatible with django-rest-framework 3.3.2.


Documentation: `https://django-fcm.readthedocs.org <https://django-fcm.readthedocs.org>`_

Project details


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.1.1.tar.gz (8.5 kB view details)

Uploaded Source

File details

Details for the file django-fcm-0.1.1.tar.gz.

File metadata

  • Download URL: django-fcm-0.1.1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-fcm-0.1.1.tar.gz
Algorithm Hash digest
SHA256 bbfae4ce2995ad8a39131dca47eefec072306aa1df050fa7eef3ffc9601a8aed
MD5 c512cbb690a8a13e41dde00e66945402
BLAKE2b-256 11a60226decaf3b139e1e04e9016ad99b9d1873f9e1927339c4c4beaf3779e82

See more details on using hashes here.

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