Python formatting
This commit is contained in:
parent
4d0fa2db4a
commit
cf57891482
|
@ -122,8 +122,8 @@ STREAMS = [
|
||||||
# Redis cache backend
|
# Redis cache backend
|
||||||
if env("USE_DUMMY_CACHE", False):
|
if env("USE_DUMMY_CACHE", False):
|
||||||
CACHES = {
|
CACHES = {
|
||||||
'default': {
|
"default": {
|
||||||
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
|
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue