django-cloudinary-storage

Django package that provides Cloudinary storages for both media and static files as well as management commands for removing unnecessary files.

MIT License

Downloads
32.3K
Stars
130
Committers
5

Bot releases are hidden (Show)

django-cloudinary-storage - v0.3.0 Latest Release

Published by klis87 about 4 years ago

Added Django 2 support and removed Python 3 support

django-cloudinary-storage - v0.2.3

Published by klis87 almost 7 years ago

Added PREFIX to CLOUDINARY_STORAGE settings, which defaults to MEDIA_URL. Thanks to @seroy

django-cloudinary-storage - v0.2.2

Published by klis87 over 7 years ago

app_settings.py no longer depends on the presence of BASE_DIR variable in settings.py.

Fixes #9

django-cloudinary-storage - v0.2.1

Published by klis87 over 7 years ago

Added support for Django 1.11 and Python 3.6

django-cloudinary-storage - v0.2.0

Published by klis87 over 7 years ago

References issue #4:
Implemented static_cloudinary template tag.

django-cloudinary-storage - v0.1.9

Published by klis87 over 7 years ago

Fixed issue #3 :
Implemented size method.

django-cloudinary-storage - v0.1.8

Published by klis87 almost 8 years ago

Fixed issue #1:
Added path conversion from Windows to Unix style in MediaCloudinaryStorage_save.

django-cloudinary-storage -

Published by klis87 about 8 years ago

django-cloudinary-storage - v0.1.6

Published by klis87 about 8 years ago

Initial release