diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-06 18:36:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-17 15:47:16 +0200 |
commit | 71a256dc52ed3391638dcf9669cf57d75475d326 (patch) | |
tree | 422181b331fcd809a6c4a4316d76d960a248f4d5 /example_project/settings.py | |
parent | 59d92f268b2a002b006250258bdc54880e080013 (diff) | |
download | Ishtar-71a256dc52ed3391638dcf9669cf57d75475d326.tar.bz2 Ishtar-71a256dc52ed3391638dcf9669cf57d75475d326.zip |
Display of a changelog with alert display when updates are made
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 = [] |