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
Follow the configuration instructions for django-celery
Set up a caching backend
Add 'queued_storage' to your INSTALLED_APPS setting
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-queued-storage-0.6.0.tar.gz
.
File metadata
- Download URL: django-queued-storage-0.6.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41c537a5377a183e47c146dcdd7bb4ef6f0d498e55e356f6b5dbfc6ab865eda8 |
|
MD5 | 88c07170020a4f52cd539b76279ca3ab |
|
BLAKE2b-256 | 43c71dbb54bf9156e15290e824442ea599d585a9cc029406cae90857f37c708a |