chibisov / django-proxy-storage

Provides simple Django storage that proxies every operation to original storage and saves meta information about files to database
http://chibisov.github.io/django-proxy-storage/docs
40 stars 11 forks source link

Meta backend's get_original_storage_full_path doesn't send path attribute #1

Closed chibisov closed 10 years ago

chibisov commented 10 years ago

https://github.com/chibisov/django-proxy-storage/blob/master/proxy_storage/meta_backends/base.py#L24