Browse Source

Fix rST rendering of env var (#2085)

This was broken in ad011bc32d (diff-fd40cf2be7711772de9d8316da038cceR263)
pull/2088/head
Jannis Leidel 8 years ago committed by Markus Unterwaditzer
parent
commit
4cf4229355
  1. 2
      docs/config.rst

2
docs/config.rst

@ -262,7 +262,7 @@ So a common pattern is this::
This first loads the configuration from the
`yourapplication.default_settings` module and then overrides the values
with the contents of the file the :envvar:``YOURAPPLICATION_SETTINGS``
with the contents of the file the :envvar:`YOURAPPLICATION_SETTINGS`
environment variable points to. This environment variable can be set on
Linux or OS X with the export command in the shell before starting the
server::

Loading…
Cancel
Save