This repository has been archived on 2021-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
3wc 7ee6ac7691 Make TestAcceptSubscription work..
..by using Django default test client instead of the one from
`rest_framework`.
2021-04-14 21:34:31 +02:00
2019-01-11 15:15:11 +01:00
2021-04-07 16:13:55 +02:00
2021-04-07 16:53:58 +02:00
2021-04-07 15:57:33 +02:00
2019-01-11 15:15:11 +01:00

djangoldp-webpushnotification

Enable Web Push notifications for DjangoLDP.

Install

$ python -m pip install djangoldp_webpushnotification

Then add the app to your settings.yml like so:

ldppackages:
  - djangoldp_webpushnotification

Management commands

  • gen_vapid_key: Generate VAPID key pair

Test

$ python -m unittest djangoldp_webpushnotification.tests.runner
Description
DjangoLDP web push notifications package
Readme 72 KiB
Languages
Python 100%