Commit 589939ef by Timothée Peignier

change default pipeline storage in docs

parent 15628be5
......@@ -38,7 +38,7 @@ Collect static
Pipeline integrates with staticfiles, you just need to setup ``STATICFILES_STORAGE`` to ::
STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage'
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
Then when you run ``collectstatic`` command, your CSS and your javascripts will be compressed in the same time ::
......
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