Skip to main content

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

Project description

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

Project details


Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page