Skip to content

Commit

Permalink
🔧 Remove unused settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jun 28, 2024
1 parent 891a6e8 commit d370e0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/referentielijsten/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit d370e0b

Please sign in to comment.