We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44d2cd6 + c11426e commit f6b9d69Copy full SHA for f6b9d69
docs/quickstart.rst
@@ -32,6 +32,11 @@ Add the following imports to the top of the project's ``base.py`` file:
32
After that, compare the settings from `open_api_framework.conf.base`_ to the settings
33
defined in the project's ``base.py`` and remove settings from the latter to make use of the generic settings (if this is desired).
34
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
40
Documenting environment variables
41
---------------------------------
42
0 commit comments