Navigation

django-storages¶

django-storages is a collection of custom storage backends for Django.

  • Amazon S3
  • CouchDB
  • Database
  • FTP
  • Image
  • MogileFS
  • MongoDB
  • Overwrite
  • Rackspace CloudFiles
  • SFTP
  • Symlink or copy

Installation¶

Use pip to install from PyPI:

pip install django-storages

Add storages to your settings.py file:

INSTALLED_APPS = (
    ...
    'storages',
    ...
)

Each storage backend has its own unique settings you will need to add to your settings.py file. Read the documentation for your storage engine(s) of choice to determine what you need to add.

Contributing¶

To contribute to django-storages create a fork on bitbucket. Clone your fork, make some changes, and submit a pull request.

Issues¶

Use the bitbucket issue tracker for django-storages to submit bugs, issues, and feature requests.

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Project Versions

Table Of Contents

  • django-storages
    • Installation
    • Contributing
    • Issues
  • Indices and tables

Next topic

Amazon S3

This Page

  • Show Source

Navigation

© Copyright 2011, David Larlet, et. al.. Created using Sphinx 1.1.2.
Brought to you by Read the Docs
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.