Queued remote storage for Django.
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
Close
Hashes for django-queued-storage-0.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3d07725dfa5f5df1436d72c5be7e587611fdf4a774ba9e8d9f9afb92447ff7a |
|
MD5 | 0ae17ea88af8677d46146376bca6836a |
|
BLAKE2b-256 | 7429adb259d2b33c73b0f8eb942dc59bd2728b625a3d6569e50b5625f6bfd98a |