django-queued-storage 0.4
Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
Latest Version: 0.6
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-queued-storage-0.4.tar.gz (md5, pgp) | Source | 2011-11-03 | 16KB | 508 | |
- Author: Jannis Leidel
- Home Page: http://django-queued-storage.rtfd.org
- Bug Tracker: https://github.com/jezdez/django-queued-storage/issues
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Framework :: Django
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Utilities
- Package Index Owner: jezdez
- DOAP record: django-queued-storage-0.4.xml
