mirror of
https://github.com/django/django.git
synced 2024-12-26 11:06:07 +00:00
[4.2.x] Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration.
Backport of 86561844ce
from main
This commit is contained in:
parent
1f9d00ef9f
commit
12ebd9a1ac
@ -2690,6 +2690,11 @@ A ready-to-use instance of the storage backends can be retrieved from
|
||||
:data:`django.core.files.storage.storages`. Use a key corresponding to the
|
||||
backend definition in :setting:`STORAGES`.
|
||||
|
||||
.. admonition:: Is my value merged with the default value?
|
||||
|
||||
Defining this setting overrides the default value and is *not* merged with
|
||||
it.
|
||||
|
||||
.. setting:: TEMPLATES
|
||||
|
||||
``TEMPLATES``
|
||||
|
Loading…
Reference in New Issue
Block a user