Commit c98940f3 by Timothée Peignier

Merge pull request #347 from brad/patch-1

'zip' in GZIPMixin should be capitalized
parents b8f8db63 aa911e25
...@@ -60,7 +60,7 @@ so that you can avoid compressing them on the fly. :: ...@@ -60,7 +60,7 @@ so that you can avoid compressing them on the fly. ::
STATICFILES_STORAGE = 'your.app.GZIPCachedStorage' STATICFILES_STORAGE = 'your.app.GZIPCachedStorage'
The storage need to inherit from ``GzipMixin``: :: The storage need to inherit from ``GZIPMixin``: ::
from staticfiles.storage import CachedStaticFilesStorage from staticfiles.storage import CachedStaticFilesStorage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment