X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dbb6eb3883a5f5e371f4bf7c89e74326feca0fd1..29e3e2667fe352af4b1e558c9c003c73431cb19b:/wolnelektury/settings/cache.py?ds=sidebyside

diff --git a/wolnelektury/settings/cache.py b/wolnelektury/settings/cache.py
index 61d3bb5c0..3e27b5fcb 100644
--- a/wolnelektury/settings/cache.py
+++ b/wolnelektury/settings/cache.py
@@ -1,5 +1,5 @@
 from os import path
-from settings.paths import PROJECT_DIR
+from .paths import PROJECT_DIR
 
 CACHES = {
     'default': {
@@ -22,4 +22,3 @@ CACHES = {
         'TIMEOUT': 86400,
     },
 }
-CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True