Add migration notice

This commit is contained in:
decentral1se 2021-04-21 15:56:20 +02:00
parent 9caf97966c
commit 46f95e405f
1 changed files with 1 additions and 26 deletions

View File

@ -1,26 +1 @@
# djangoldp-webpushnotification
Enable [Web Push](https://developers.google.com/web/fundamentals/push-notifications) notifications for DjangoLDP.
## Install
```bash
$ python -m pip install djangoldp_webpushnotification
```
Then add the app to your `settings.yml` like so:
```yaml
ldppackages:
- djangoldp_webpushnotification
```
## Management commands
- `gen_vapid_key`: Generate VAPID key pair
## Test
```bash
$ python -m unittest djangoldp_webpushnotification.tests.runner
```
Migrated to https://git.startinblox.com/djangoldp-packages/djangoldp-webpushnotifications.