1
0
mirror of https://github.com/django/django.git synced 2025-10-27 07:36:08 +00:00

[5.0.x] Fixed typo in docs/howto/custom-file-storage.txt.

Signed-off-by: cuinix <915115094@qq.com>

Backport of 20848bcf39 from main
This commit is contained in:
cuinix
2024-03-07 11:23:26 +08:00
committed by Mariusz Felisiak
parent 85e2b08068
commit f931cbec21

View File

@@ -133,7 +133,7 @@ to refer to a specific storage throughout Django, to a dictionary of settings
for that specific storage backend. The settings in the inner dictionaries are for that specific storage backend. The settings in the inner dictionaries are
described fully in the :setting:`STORAGES` documentation. described fully in the :setting:`STORAGES` documentation.
Storages are then accessed by alias from from the Storages are then accessed by alias from the
:data:`django.core.files.storage.storages` dictionary:: :data:`django.core.files.storage.storages` dictionary::
from django.core.files.storage import storages from django.core.files.storage import storages