Cleanup settings
This commit is contained in:
parent
40e16a0dca
commit
bc541e035f
1 changed files with 4 additions and 2 deletions
|
|
@ -55,9 +55,9 @@ INSTALLED_APPS = [
|
||||||
# Third party apps
|
# Third party apps
|
||||||
"easy_thumbnails",
|
"easy_thumbnails",
|
||||||
"filer",
|
"filer",
|
||||||
"mptt",
|
|
||||||
"sekizai",
|
"sekizai",
|
||||||
"cms",
|
"cms",
|
||||||
|
"djangocms_alias",
|
||||||
"menus",
|
"menus",
|
||||||
"treebeard",
|
"treebeard",
|
||||||
"taggit",
|
"taggit",
|
||||||
|
|
@ -191,11 +191,13 @@ FROIDE_CONFIG = {
|
||||||
"bounce_enabled": False,
|
"bounce_enabled": False,
|
||||||
"bounce_format": "bounce+{token}@example.com",
|
"bounce_format": "bounce+{token}@example.com",
|
||||||
"bounce_max_age": 60 * 60 * 24 * 14, # 14 days
|
"bounce_max_age": 60 * 60 * 24 * 14, # 14 days
|
||||||
"bounce_format": "bounce+{token}@example.com",
|
|
||||||
"unsubscribe_enabled": False,
|
"unsubscribe_enabled": False,
|
||||||
"unsubscribe_format": "unsub+{token}@example.com",
|
"unsubscribe_format": "unsub+{token}@example.com",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ELASTICSEARCH_INDEX_PREFIX = "govplan"
|
||||||
|
CMS_CONFIRM_VERSION4 = True
|
||||||
|
|
||||||
# Govplan settings
|
# Govplan settings
|
||||||
|
|
||||||
GOVPLAN_NAME = "GovPlan"
|
GOVPLAN_NAME = "GovPlan"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue