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

14 lines
275 B
Python
Raw Normal View History

2021-04-07 14:18:11 +00:00
"""This module is loaded by DjangoLDP core during setup."""
# define an extra variable (should be prefix with package name)
MYPACKAGE_VAR = 'MY_DEFAULT_VAR'
# register an extra middleware
MIDDLEWARE = []
# register an extra installed app
INSTALLED_APPS = [
'webpush'
]