django-queued-storage

Queued remote storage for Django.


License
BSD-3-Clause
Install
pip install django-queued-storage==0.8.0

Documentation

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