{% if not has_caches_configured %}
{% endif %}
{% trans 'Cache Configuration Required' %}
{% trans 'To use Cache Admin, you must configure caches in your Django settings.' %}
CACHES = {
"default": {
"BACKEND": "django_cachex.cache.ValkeyCache",
"LOCATION": "valkey://127.0.0.1:6379/0",
}
}