mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Minor style change for docs.
This commit is contained in:
parent
1da2414ee1
commit
141e137d9f
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
--------
|
||||
|
|
|
|||
Loading…
Reference in a new issue