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/djangoldp_webpushnotification
3wc 64015d9b5b Remove VAPIDKeyset.public_key, generate on demand
Also rename `gen_vapid_keys` to `gen_vapid_key`, and merge migrations
2021-04-07 17:07:21 +02:00
..
management/commands Remove VAPIDKeyset.public_key, generate on demand 2021-04-07 17:07:21 +02:00
migrations Remove VAPIDKeyset.public_key, generate on demand 2021-04-07 17:07:21 +02:00
templates Initial boilerplate for accepting subscriptions 2021-04-07 15:56:09 +02:00
tests Add boilerplate for unit testing 2021-04-07 16:51:55 +02:00
__init__.py Rename top-level package 2021-04-07 15:21:20 +02:00
admin.py Remove VAPIDKeyset.public_key, generate on demand 2021-04-07 17:07:21 +02:00
djangoldp_settings.py Drop boilerplate 2021-04-07 16:21:29 +02:00
models.py Remove VAPIDKeyset.public_key, generate on demand 2021-04-07 17:07:21 +02:00
urls.py Initial boilerplate for accepting subscriptions 2021-04-07 15:56:09 +02:00
views.py Initial boilerplate for accepting subscriptions 2021-04-07 15:56:09 +02:00