Skip to content

Commit

Permalink
document APNS_ASYNC installation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pomali authored and 50-Course committed Oct 3, 2024
1 parent 02da89b commit fa1d501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ Dependencies
step does not need to occur on the application server.
- For Apple Push (APNS), apns2 0.3+ is required (optional).
- For FCM, firebase-admin 6.2+ is required (optional).
- For Apple Push (APNS_ASYNC) using async, aioapns 3.1+ is required (optional), installed aioapns overrides apns2.

Setup
-----
You can install the library directly from pypi using pip:

.. code-block:: shell
$ pip install django-push-notifications[WP,APNS,FCM]
$ pip install django-push-notifications[WP,APNS_ASYNC]
Edit your settings.py file:
Expand Down

0 comments on commit fa1d501

Please sign in to comment.