Skip to content

Commit

Permalink
Example don't have S3 anhmore
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Feb 7, 2024
1 parent e847ef5 commit 7ba476d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ Saving cache files to an external storage allow the lib to reuse partial migrati
When you write a new migration, it will try to get a cache without this
last migration and load from it, running only the new migrations.

The [example app has a basic S3 configuration](example/settings.py#L29-L34), but it's possible
to use any custom backend:
An S3 example,, but it works with any custom backend:

```python
from storages.backends.s3boto3 import S3Boto3Storage
Expand Down

0 comments on commit 7ba476d

Please sign in to comment.