Storage module

class ultimatethumb.storage.ThumbnailFileSystemStorage(*args, **kwargs)[source]

Bases: FileSystemStorage

Extended FileSystemStorage from Django which uses ULTIMATETHUMB_* settings to initialize storage backend.

This storage is used to handle the generated files.

class ultimatethumb.storage.ThumbnailStorage[source]

Bases: LazyObject

Lazy class to defer the initialization of the thumbnail_storage to give settings a chance to override the used storage backend.