Skip to content

Commit

Permalink
Update faq.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana committed Feb 16, 2016
1 parent 95c5930 commit 3ec45b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ the way it's implemented.

See the lookup order of configurations below::

+---------------+-----------------+--------------------------+-----------------------+
| Lookup Order | prettyconf | python-decouple (before) | python-decouple (now) |
+---------------+-----------------+--------------------------+-----------------------+
| 1 | ENVVAR | .env | ENVVAR |
| 2 | .env | settings.ini | .env |
| 3 | *.cfg or *.ini | ENVVAR | settings.ini |
+---------------+-----------------+--------------------------+-----------------------+
+---------------+-----------------+------------------------+-------------------------+
| Lookup Order | prettyconf | python-decouple (<3.0) | python-decouple (>=3.0) |
+---------------+-----------------+------------------------+-------------------------+
| 1 | ENVVAR | .env | ENVVAR |
| 2 | .env | settings.ini | .env |
| 3 | *.cfg or *.ini | ENVVAR | settings.ini |
+---------------+-----------------+------------------------+-------------------------+

.. _some: https://github.com/henriquebastos/python-decouple/pull/4
.. _contributions: https://github.com/henriquebastos/python-decouple/pull/5
Expand Down

0 comments on commit 3ec45b6

Please sign in to comment.