Skip to content

Commit

Permalink
Update docs for CachedS3BotoStorage remote storage. Fixes django-comp…
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter authored and jezdez committed Aug 9, 2011
1 parent b7b7eb9 commit ed7341f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/remote-storages.txt
Expand Up @@ -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'``.
Expand Down

0 comments on commit ed7341f

Please sign in to comment.