From f0c314c2bbe03c1c5d8dba875c5cbb40b53ad4e0 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Fri, 28 Jun 2024 11:54:55 +0200 Subject: [PATCH] :wrench: Remove unused settings --- src/referentielijsten/conf/base.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/referentielijsten/conf/base.py b/src/referentielijsten/conf/base.py index ffb9efc..d898a0e 100644 --- a/src/referentielijsten/conf/base.py +++ b/src/referentielijsten/conf/base.py @@ -2,7 +2,6 @@ from notifications_api_common.settings import * # noqa from open_api_framework.conf.base import * # noqa -from open_api_framework.conf.utils import config from .api import * # noqa @@ -29,9 +28,6 @@ # Custom settings # PROJECT_NAME = "Referentielijsten" -# TODO are these settings actually used? -SHOW_ALERT = True -ENABLE_ADMIN_NAV_SIDEBAR = config("ENABLE_ADMIN_NAV_SIDEBAR", default=False) # This setting is used by the csrf_failure view (accounts app). # You can specify any path that should match the request.path