Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
BSD 3-Clause "New" or "Revised" License
317
stars
62
forks
source link
docs: Fix simple typo, transfered -> transferred #36
Closed
timgates42 closed 4 years ago
There is a small typo in queued_storage/signals.py.
Should read
transferred
rather thantransfered
.