DjangoLDP web push notifications package
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.
Go to file
decentral1se 91fbb3dde1
Add boilerplate for unit testing
2021-04-07 16:51:55 +02:00
djangoldp_webpushnotification Add boilerplate for unit testing 2021-04-07 16:51:55 +02:00
.gitignore Initial commit 2019-01-11 15:15:11 +01:00
LICENSE Add license file 2021-04-07 16:13:55 +02:00
README.md Throw down some docs in that README 2021-04-07 16:42:45 +02:00
setup.cfg Add django-webpush to deps 2021-04-07 15:57:33 +02:00
setup.py Initial commit 2019-01-11 15:15:11 +01:00

README.md

djangoldp-webpushnotification

Enable Web Push notifications.

Install

$ python -m pip install 'djangoldp_webpushnotification'

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

django:
  - djangoldp_webpushnotification

Management commands

  • gen_vapid_keys: Generate VAPID key pair

Test

$ python -m unittest djangoldp_webpushnotification.tests.runner