Python formatting

This commit is contained in:
Mouse Reeve
2022-01-05 09:30:21 -08:00
parent bebb2c167e
commit e6f7828361
3 changed files with 8 additions and 4 deletions

View File

@ -127,7 +127,7 @@ CACHES = {
"LOCATION": f"redis://:{REDIS_ACTIVITY_PASSWORD}@{REDIS_ACTIVITY_HOST}:{REDIS_ACTIVITY_PORT}/0",
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
}
},
}
}
SESSION_ENGINE = "django.contrib.sessions.backends.cache"