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/djangoldp_settings.py

6 lines
94 B
Python

"""This module is loaded by DjangoLDP core during setup."""
INSTALLED_APPS = [
'webpush'
]