Ebooks are now named after the book's slug and overwrite old versions.
[wolnelektury.git] / wolnelektury / settings / static.py
index 45bd8d6..2bfcd25 100644 (file)
@@ -140,7 +140,7 @@ PIPELINE_JS = {
 
 }
 
-STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
+STATICFILES_STORAGE = 'wolnelektury.utils.GzipPipelineCachedStorage'
 PIPELINE_CSS_COMPRESSOR = None
 PIPELINE_JS_COMPRESSOR = None