Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 913 Bytes

README.rst

File metadata and controls

32 lines (23 loc) · 913 Bytes

django-queued-storage

Build Status

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