Commit aa911e25 by Brad Pitcher

'zip' in GZIPMixin should be capitalized

parent b8f8db63
...@@ -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