DEBSOURCES
Skip Quicknav
sources / python-django-cache-machine / 1.2.0-1 / examples / cache_machine / redis_settings.py
12345
# flake8: noqa from .settings import * CACHE_MACHINE_USE_REDIS = True REDIS_BACKEND = "redis://"