From 5dcfc69ff87b8c034d76986977f54484fba661dd Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Thu, 26 Jan 2017 18:03:13 +0100 Subject: [PATCH] Update settings.py.tpl Also the last line of a dict should end with a ',' or with the closing } --- openslides/utils/settings.py.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/utils/settings.py.tpl b/openslides/utils/settings.py.tpl index 49ac1f795..00abad7b0 100644 --- a/openslides/utils/settings.py.tpl +++ b/openslides/utils/settings.py.tpl @@ -96,7 +96,7 @@ if use_redis: "OPTIONS": { "CLIENT_CLASS": "django_redis.client.DefaultClient", }, - "KEY_PREFIX": "openslides-cache" + "KEY_PREFIX": "openslides-cache", } }