Metadata-Version: 1.1
Name: django-cloudinary-storage
Version: 0.1.8
Summary: Django package that provides Cloudinary storages for both media and static files as well as management commands for removing unnecessary files.
Home-page: https://github.com/klis87/django-cloudinary-storage
Author: Konrad Lisiczynski
Author-email: klisiczynski@gmail.com
License: MIT
Description: Django Cloudinary Storage is a Django package that facilitates integration with Cloudinary by implementing Django Storage API. With several lines of configuration, you can start using Cloudinary for both media and static files. Also, it provides management commands for removing unnecessary files, so any cleanup will be a breeze. It uses pycloudinary package under the hood.
Keywords: django cloudinary storage
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
