Skip to content

Commit b852632

Browse files
authored
Fix #307 -- Update the documentation to reflext Django's storage setting changes
1 parent 1e2bcdb commit b852632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ S3File automatically replaces Django's `ClearableFileInput` widget, you
9999
do not need to alter your code at all.
100100

101101
The `ClearableFileInput` widget is only than automatically replaced when
102-
the `DEFAULT_FILE_STORAGE` setting is set to `django-storages`'
102+
the `STORAGES["default"]` setting is set to `django-storages`'
103103
`S3Boto3Storage` or the dummy `FileSystemStorage` is enabled.
104104

105105
### Setting up the AWS S3 bucket

0 commit comments

Comments
 (0)