Storage backends

class thumbnails.storage_backends.BaseStorageBackend[source]
path(path)[source]

Creates a path based on the location attribute of the backend and the path argument of the function. If the path argument is an absolute path the path is returned.

Parameters:path – The path that should be joined with the backends location.
class thumbnails.storage_backends.FilesystemStorageBackend[source]

A storage engine that uses Python built in filesystem functionality.

class thumbnails.storage_backends.DjangoStorageBackend[source]

A wrapper around Django’s storage backend