Style ./manage.py examples like inline code.

This commit is contained in:
Markus Amalthea Magnuson
2015-03-19 14:07:37 +01:00
parent 125f2b51f2
commit 4f83445985

View File

@@ -48,7 +48,7 @@ Usage
-----
Run the following compress command along with an ``--engine`` parameter. The
parameter can be either jinja2 or django (default). For example,
"./manage.py compress --engine jinja2".
``./manage.py compress --engine jinja2``.
Using both Django and Jinja2 templates
--------------------------------------
@@ -60,9 +60,9 @@ template safely. (Vice versa for Django parser).
A typical usage could be :
- "./manage.py compress" for processing Django templates first, skipping
- ``./manage.py compress`` for processing Django templates first, skipping
Jinja2 templates.
- "./manage.py compress --engine jinja2" for processing Jinja2 templates,
- ``./manage.py compress --engine jinja2`` for processing Jinja2 templates,
skipping Django templates.
However, it is still recommended that you do not mix Django and Jinja2