-
{% block object-tools-items %}
- {% trans 'Help' %} {% endblock %}
{% block filters %}
{% endblock %}
{% trans 'Filter' %}
{% trans 'By Support' %}
{% block search %}
{% endblock %}
{% trans 'Cache Configuration Required' %}
{% trans 'To use Cache Admin, you must configure caches in your Django settings.' %}
{% trans 'Example configuration:' %}
CACHES = {
"default": {
"BACKEND": "django_cachex.cache.ValkeyCache",
"LOCATION": "valkey://127.0.0.1:6379/0",
}
}