Skip to content

Commit f6b9d69

Browse files
authored
Merge pull request #111 from maykinmedia/feature/108-document-settings-behavior
📝 [#108] Document settings import behavior
2 parents 44d2cd6 + c11426e commit f6b9d69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/quickstart.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Add the following imports to the top of the project's ``base.py`` file:
3232
After that, compare the settings from `open_api_framework.conf.base`_ to the settings
3333
defined in the project's ``base.py`` and remove settings from the latter to make use of the generic settings (if this is desired).
3434

35+
.. warning::
36+
37+
All settings defined in ``open_api_framework.conf.base`` will be loaded when importing from
38+
that file, even if only specific settings are imported.
39+
3540
Documenting environment variables
3641
---------------------------------
3742

0 commit comments

Comments
 (0)