add webpush as installed_app
This commit is contained in:
parent
b86872be24
commit
bee22e5e5e
13
djangoldp_webpushnotification/djangoldp_settings.py
Normal file
13
djangoldp_webpushnotification/djangoldp_settings.py
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
"""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'
|
||||
]
|
Reference in New Issue
Block a user