Commit 966e81e1 by Timothée Peignier

update documentation

parent bd6b9d89
......@@ -19,9 +19,17 @@ Installation
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
4. Add the ``PipelineFinder`` to ``STATICFILES_FINDERS`` ::
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'pipeline.finders.PipelineFinder',
)
.. note::
You need to use ``Django>=1.5`` to be able to use this version of pipeline.
You need to use ``Django>=1.6`` to be able to use this version of pipeline.
.. _GitHub: http://github.com/cyberdelia/django-pipeline
.. _PyPI: http://pypi.python.org/pypi/django-pipeline
......
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