Trabajando para aprovechar el cache el las relaciones
This commit is contained in:
@@ -86,7 +86,8 @@ CACHES = {
|
||||
"OPTIONS": {
|
||||
"CLIENT_CLASS": "django_redis.client.DefaultClient",
|
||||
},
|
||||
"KEY_PREFIX": "DJANGO_SERVER"
|
||||
"KEY_PREFIX": "DJANGO_SERVER",
|
||||
"KEY_FUNCTION": "utils.make_key"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user