Loading docs/ref/settings.txt +2 −2 Original line number Diff line number Diff line Loading @@ -1004,8 +1004,8 @@ environment, such as all the currently defined Django settings (from ``settings.py``). As a security measure, Django will *not* include settings that might be sensitive (or offensive), such as :setting:`SECRET_KEY`. Specifically, it will exclude any setting whose name includes any of the following: sensitive, such as :setting:`SECRET_KEY`. Specifically, it will exclude any setting whose name includes any of the following: * ``'API'`` * ``'KEY'`` Loading Loading
docs/ref/settings.txt +2 −2 Original line number Diff line number Diff line Loading @@ -1004,8 +1004,8 @@ environment, such as all the currently defined Django settings (from ``settings.py``). As a security measure, Django will *not* include settings that might be sensitive (or offensive), such as :setting:`SECRET_KEY`. Specifically, it will exclude any setting whose name includes any of the following: sensitive, such as :setting:`SECRET_KEY`. Specifically, it will exclude any setting whose name includes any of the following: * ``'API'`` * ``'KEY'`` Loading