Update docs for CachedS3BotoStorage remote storage. Fixes #77 and closes #90.

This commit is contained in:
Chris Streeter
2011-07-20 15:17:53 -07:00
committed by Jannis Leidel
parent b7b7eb9177
commit ed7341f082

View File

@@ -68,6 +68,9 @@ integrated.
self.local_storage._save(name, content)
return name
def path(self, name):
return self.local_storage.path(name)
#. Set your :ref:`COMPRESS_STORAGE <compress_storage>` and STATICFILES_STORAGE_
settings to the dotted path of your custom cached storage backend, e.g.
``'mysite.storage.CachedS3BotoStorage'``.