jazzband / django-queued-storage

Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
http://django-queued-storage.rtfd.org/
BSD 3-Clause "New" or "Revised" License
317 stars 62 forks source link

django-queued-storage

.. image:: https://img.shields.io/pypi/v/django-queued-storage.svg :alt: PyPi page :target: https://pypi.python.org/pypi/django-queued-storage

.. image:: https://img.shields.io/travis/jazzband/django-queued-storage.svg :alt: Travis CI Status :target: https://travis-ci.org/jazzband/django-queued-storage

.. image:: https://img.shields.io/coveralls/jazzband/django-queued-storage/master.svg :alt: Coverage status :target: https://coveralls.io/r/jazzband/django-queued-storage

.. image:: https://readthedocs.org/projects/django-queued-storage/badge/?version=latest&style=flat :alt: ReadTheDocs :target: https://django-queued-storage.readthedocs.io/en/latest/

.. image:: https://img.shields.io/pypi/l/django-queued-storage.svg :alt: License BSD

.. image:: https://jazzband.co/static/img/badge.svg :target: https://jazzband.co/ :alt: 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

.. django-celery: https://github.com/ask/django-celery .. caching backend: https://docs.djangoproject.com/en/1.10/topics/cache/#setting-up-the-cache .. _Celery: http://celeryproject.org/