django-storages

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

django-storages Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • David Larlet
  • Publisher web site:
  • http://larlet.fr

django-storages Tags


django-storages Description

Support for many storages (S3, MogileFS, etc) in Django django-storages is a module with generic storages for Django.S3 storageThis storage allows you to use S3 aka. Amazon Simple Storage Service.See the complete documentation of the S3 storage.ImageStorageA custom FileSystemStorage made for normalizing extensions. It lets PIL look at the file to determine the format and append an always lower-case extension based on the results.OverwriteStorageThis is a simple implementation overwrite of the FileSystemStorage. It removes the addition of an '_' to the filename if the file already exists in the storage system. I needed a model in the admin area to act exactly like a file system (overwriting the file if it already exists).MogileFSStorageThis storage allows you to use MogileFS, it comes from this blog post. Feel free to test and report bugs, I can't test myself.See the complete documentation of the MogileFS storage.FTPStorageThis implementation was done preliminary for upload files in admin to remote FTP location and read them back on site by HTTP. It was tested mostly in this configuration, so read/write using FTPStorageFile class may break.CAUTION: This FTP storage is not prepared to work with large files, because it uses memory for temporary data storage. It also does not close FTP connection automatically (but open it lazy and try to reestablish when disconnected).Database storageThis storage allows you to store files in a database.See the complete documentation of the database storage.SymlinkOrCopy storageStores symlinks to files instead of actual files whenever possibleWhen a file that's being saved is currently stored in the symlink_within directory, then symlink the file. Otherwise, copy the file.CouchDB storageA custom storage system for Django with CouchDB backend.CloudFilesStorageThis storage allows you to store files on Mosso Cloud Files and serve those files using the Limelight CDN. Requirements: · Django · Python


django-storages Related Software