From 46f95e405fe8dafaa8514f29364f6f51be8aa6b1 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 21 Apr 2021 15:56:20 +0200 Subject: [PATCH] Add migration notice --- README.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/README.md b/README.md index dba234e..11fb03d 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file