Don't cache whole pages, cache what's taking time.
[wolnelektury.git] / wolnelektury / settings / cache.py
index 14edd53..3e27b5f 100644 (file)
@@ -22,4 +22,3 @@ CACHES = {
         'TIMEOUT': 86400,
     },
 }
-CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True