Skip to content

Commit

Permalink
Fix #307 -- Update the documentation to reflext Django's storage sett…
Browse files Browse the repository at this point in the history
…ing changes
  • Loading branch information
codingjoe authored Oct 8, 2024
1 parent 1e2bcdb commit b852632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ S3File automatically replaces Django's `ClearableFileInput` widget, you
do not need to alter your code at all.

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

### Setting up the AWS S3 bucket
Expand Down

0 comments on commit b852632

Please sign in to comment.