super622 / django-queued-storage

Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely

Home Page:http://django-queued-storage.rtfd.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.7%Language:Makefile 0.3%