From 71a256dc52ed3391638dcf9669cf57d75475d326 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 6 Apr 2023 18:36:47 +0200 Subject: Display of a changelog with alert display when updates are made --- example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 5f110acad..ed70a6b59 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -32,6 +32,7 @@ DISABLE_TASK_TIMEOUT = True CACHE_TASK_TIMEOUT = 4 CACHE_SMALLTIMEOUT = 60 CACHE_TIMEOUT = 3600 +CACHE_LONGTIMEOUT = 3600 * 6 CACHE_BACKEND = "memcached://127.0.0.1:11211/" SEP = os.path.sep @@ -326,6 +327,7 @@ SENTRY_ID = None DISTRIBUTION = "source" LIB_BASE_PATH = ROOT_PATH + "../" FIXTURE_AUTH_PATH = ROOT_PATH + "../" +SHARE_BASE_PATH = FIXTURE_AUTH_PATH AUTH_PASSWORD_VALIDATORS = [] -- cgit v1.2.3