Update settings.py.tpl

Also the last line of a dict should end with a ',' or with the closing }
This commit is contained in:
Oskar Hahn 2017-01-26 18:03:13 +01:00 committed by Emanuel Schütze
parent 98e6f703e1
commit 5dcfc69ff8

View File

@ -96,7 +96,7 @@ if use_redis:
"OPTIONS": { "OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient", "CLIENT_CLASS": "django_redis.client.DefaultClient",
}, },
"KEY_PREFIX": "openslides-cache" "KEY_PREFIX": "openslides-cache",
} }
} }