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
|
@ -23,6 +23,7 @@ Settings
|
|||
See :ref:`staticfiles settings <settings-staticfiles>` for details on the
|
||||
following settings:
|
||||
|
||||
* :setting:`STORAGES`
|
||||
* :setting:`STATIC_ROOT`
|
||||
* :setting:`STATIC_URL`
|
||||
* :setting:`STATICFILES_DIRS`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue