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

docs actualization. django-storages remove mongodb support #3

Open pahaz opened 8 years ago

chibisov commented 8 years ago

Why? Mongodb is supported out of the box.

pahaz commented 8 years ago

from storages.backends.mongodb import GridFSStorage is deprecated. GridFSStorage is removed from django-storages.

https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst#13-2015-08-14 Remove previously deprecated mongodb backend

chibisov commented 8 years ago

Ok. I thought I've been talking about the mongodb meta backend.