proper sorting of pictures in gallery view
[wolnelektury.git] / wolnelektury / settings / cache.py
index 61d3bb5..3e27b5f 100644 (file)
@@ -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