Update settings.py.tpl
Also the last line of a dict should end with a ',' or with the closing }
This commit is contained in:
parent
98e6f703e1
commit
5dcfc69ff8
@ -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",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user