DEBSOURCES
Skip Quicknav
sources / python-django-cache-machine / 1.2.0-1 / examples / cache_machine / locmem_settings.py
12345678
# flake8: noqa from .settings import * CACHES = { "default": { "BACKEND": "django.core.cache.backends.locmem.LocMemCache", }, }