From 89680cf6f19d18a9f95181fb8c925b4c5609ef46 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 7 Apr 2021 16:21:29 +0200 Subject: [PATCH] Drop boilerplate --- djangoldp_webpushnotification/djangoldp_settings.py | 8 -------- 1 file changed, 8 deletions(-) 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' ]