[Answered ]-How to move files into another directory django-storage s3

1👍

If you want this, just change your file "name" parameter like this:

file.name = "new file path"

Leave a comment