Commit e838641c by Safwan Rahman Committed by GitHub

Merge pull request #595 from streeter/patch-1

Fix formatting and structure
parents 837f02cd 8bf0e918
...@@ -143,7 +143,7 @@ Defaults to ``True`` ...@@ -143,7 +143,7 @@ Defaults to ``True``
.. note:: .. note::
this only work when PIPELINE_ENABLED is False. This only applies when ``PIPELINE_ENABLED`` is ``False``.
``SHOW_ERRORS_INLINE`` ``SHOW_ERRORS_INLINE``
...................... ......................
......
...@@ -47,7 +47,7 @@ Pipeline integrates with staticfiles, you just need to setup ``STATICFILES_STORA ...@@ -47,7 +47,7 @@ Pipeline integrates with staticfiles, you just need to setup ``STATICFILES_STORA
STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage' STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage'
Then when you run ``collectstatic`` command, your CSS and your javascripts will be compressed in the same time :: Then when you run ``collectstatic`` command, your CSS and your javascripts will be compressed at the same time ::
$ python manage.py collectstatic $ python manage.py collectstatic
......
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