diff --git a/djangoldp_webpushnotification/djangoldp_settings.py b/djangoldp_webpushnotification/djangoldp_settings.py index ad0f51a..6dac435 100644 --- a/djangoldp_webpushnotification/djangoldp_settings.py +++ b/djangoldp_webpushnotification/djangoldp_settings.py @@ -1,13 +1,5 @@ - """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' ]