mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Explain default value for ecretValue()
This commit is contained in:
parent
2db80d8c34
commit
f887ad5821
1 changed files with 2 additions and 1 deletions
|
|
@ -561,7 +561,8 @@ Other values
|
|||
A :class:`~Value` subclass that doesn't allow setting a default value
|
||||
during instantiation and force-enables the use of an environment variable
|
||||
to reduce the risk of accidentally storing secret values in the settings
|
||||
file.
|
||||
file. This usually resolves to ``DJANGO_SECRET_KEY`` unless you have
|
||||
customized the environment variable names.
|
||||
|
||||
:raises: ``ValueError`` when given a default value
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue