Minor style change for docs.

This commit is contained in:
Jannis Leidel 2013-09-03 13:13:20 +02:00
parent 1da2414ee1
commit 141e137d9f

View file

@ -6,11 +6,11 @@ Values
.. versionadded:: 0.4
django-configurations allows you to optionally reduce the amount of validation
and setup code in your **settings.py** by using ``Value`` classes. They have
the ability to handle values from the process environment of your software
(:data:`os.environ`) and work well in projects that follow the
`Twelve-Factor methodology`_.
django-configurations allows you to optionally reduce the amount of validation
and setup code in your **settings.py** by using ``Value`` classes. They have
the ability to handle values from the process environment of your software
(:data:`os.environ`) and work well in projects that follow the
`Twelve-Factor methodology`_.
Overview
--------