david / django-storages

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

Clone this repository (size: 192.4 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-storages

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

View at rev
django-storages /
filename size last modified message
FTPStorage.py 18 B 2 years ago Add existing S3Storage
README 452 B 2 years ago Add a README file with installation instructions
S3BotoStorage.py 43 B 2 years ago Add existing S3Storage
S3Storage.py 3.5 KB 2 years ago Add existing S3Storage

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