diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-file-storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt index 3cc96cce84..4c9d164a0a 100644 --- a/docs/howto/custom-file-storage.txt +++ b/docs/howto/custom-file-storage.txt @@ -131,7 +131,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 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:: from django.core.files.storage import storages |
