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.
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
Description
Languages
Python
100%