mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #26029 -- Allowed configuring custom file storage backends.
This commit is contained in:
parent
d02a9f0cee
commit
1ec3f0961f
12 changed files with 209 additions and 11 deletions
|
@ -1441,15 +1441,16 @@ when settings are changed.
|
|||
|
||||
Django itself uses this signal to reset various data:
|
||||
|
||||
================================ ========================
|
||||
Overridden settings Data reset
|
||||
================================ ========================
|
||||
USE_TZ, TIME_ZONE Databases timezone
|
||||
TEMPLATES Template engines
|
||||
SERIALIZATION_MODULES Serializers cache
|
||||
LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations
|
||||
MEDIA_ROOT, DEFAULT_FILE_STORAGE Default file storage
|
||||
================================ ========================
|
||||
================================= ========================
|
||||
Overridden settings Data reset
|
||||
================================= ========================
|
||||
USE_TZ, TIME_ZONE Databases timezone
|
||||
TEMPLATES Template engines
|
||||
SERIALIZATION_MODULES Serializers cache
|
||||
LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations
|
||||
MEDIA_ROOT, DEFAULT_FILE_STORAGE Default file storage
|
||||
STATIC_ROOT, STATIC_URL, STORAGES Storages configuration
|
||||
================================= ========================
|
||||
|
||||
Isolating apps
|
||||
--------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue