mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							95e4d6b813
						
					
				
				
					commit
					86561844ce
				
			| @@ -2644,6 +2644,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`` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user