NK
Size: a a a
NK
Z
N
DT
DT
NK
Z
{% cache 3600 sidebar request.user.username %}
пробовал так NK
DT
{% cache 3600 sidebar request.user.username %}
пробовал так N
Z
NK
NK
DT
N
Z
DT
Z
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', # noqa
'KEY_FUNCTION': 'cash_plagin.cash_key.make_key', # noqa
'LOCATION': os.path.join(BASE_DIR, '../django_cache'),
'TIMEOUT': 360,
}
}
NK
Z