5 lines
120 B
Python
5 lines
120 B
Python
from django.core.cache import get_cache
|
|
from compressor.conf import settings
|
|
|
|
cache = get_cache(settings.CACHE_BACKEND)
|