From bc541e035f13c19cafe2ed88ff7ac295e4d0d960 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Tue, 5 Nov 2024 10:29:33 +0100 Subject: [PATCH] Cleanup settings --- project/settings.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project/settings.py b/project/settings.py index 84aebec..dd282ac 100644 --- a/project/settings.py +++ b/project/settings.py @@ -55,9 +55,9 @@ INSTALLED_APPS = [ # Third party apps "easy_thumbnails", "filer", - "mptt", "sekizai", "cms", + "djangocms_alias", "menus", "treebeard", "taggit", @@ -191,11 +191,13 @@ FROIDE_CONFIG = { "bounce_enabled": False, "bounce_format": "bounce+{token}@example.com", "bounce_max_age": 60 * 60 * 24 * 14, # 14 days - "bounce_format": "bounce+{token}@example.com", "unsubscribe_enabled": False, "unsubscribe_format": "unsub+{token}@example.com", } +ELASTICSEARCH_INDEX_PREFIX = "govplan" +CMS_CONFIRM_VERSION4 = True + # Govplan settings GOVPLAN_NAME = "GovPlan"