david / django-storages

Support for many storages (S3, MogileFS, etc) in Django.

Clone this repository (size: 160.0 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-storages/
commit 75: 9a3017a4f577
parent 74: 0293592c3d26
parent 72: f8d31c049ad0
child 76: aa0eccda8ca2
merge gzip fork with trunk default
David Ziegler / dziegler
5 weeks ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
django-storages /
filename size last modified message
backends  
docs  
examples  
.hgignore 140 B 4 months ago S3: Added Content-Length header for put requests to s3…
AUTHORS 650 B 7 weeks ago S3: Add encryption option, depends on ezPyCrypto lib from…
LICENSE 1.5 KB 14 months ago Add an AUTHORS file, they deserve it
README 315 B 19 months ago Update README + LICENSE
S3.py 20.7 KB 13 months ago Bundle S3 lib and update S3 tests
setup.py 988 B 13 months ago Added S3 module to setup.py, thanks Jannis Leidel.

README

===============
Django storages
===============

Install
=======

See http://code.larlet.fr/doc/#django-storage for detailed explanations.

TODO
====

    * Use chunks for S3Storage as in original FileSystemStorage
    * Invite people who work on storages to add them to the repository
    * Add more documentation