Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.58 KB

README.rst

File metadata and controls

51 lines (37 loc) · 1.58 KB

django-queued-storage

PyPi page Travis CI Status Coverage status ReadTheDocs

License BSD

Jazzband

This storage backend enables having a local and a remote storage backend. It will save any file locally and queue a task to transfer it somewhere else using Celery.

If the file is accessed before it's transferred, the local copy is returned.

Installation

pip install django-queued-storage

Configuration