{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"}],"enrichment":{"capability":"Integrates Django with Cloudinary to serve media and static files through Cloudinary's storage API, with management commands for file cleanup.","skillfed_tags":["django-storage","cdn-integration","file-management"],"use_cases":["Move user-uploaded images to Cloudinary CDN to reduce server storage and improve delivery speed.","Serve static assets (CSS, JS, images) from Cloudinary CDN with automatic cache busting via file hashing.","Store and serve raw files (PDFs, documents) or video files separately from images using specialized storage classes.","Clean up orphaned media files or redundant static files on Cloudinary using built-in management commands.","Apply Cloudinary image transformations (resize, crop, format) to uploaded images without server-side processing."],"what_it_does":"Django Cloudinary Storage implements Django's Storage API to route media and static file uploads to Cloudinary instead of local disk. It supports images, raw files (PDFs, text), and videos through separate storage classes, and includes management commands for cleaning up orphaned media and redundant static files. The package wraps the cloudinary SDK and requires minimal configuration\u2014primarily setting Cloudinary credentials and designating a storage class in Django settings.\n\nOnce configured, any Django model with ImageField, FileField, or similar will automatically upload to Cloudinary. You can then use Cloudinary's image transformation features (resizing, cropping, format conversion) directly in templates. Static files collected via Django's collectstatic command are hashed and uploaded to Cloudinary's CDN for caching.","worth_installing":"Yes, if you are running Django 1.8 or later and need to offload file storage to Cloudinary. The install is straightforward and the package is stable for its intended use. However, be cautious: the package has not been updated since 2020-08-23 and may have compatibility issues with modern Django versions. Test thoroughly in your environment before deploying to production."},"id":"django-cloudinary-storage","links":{"html":"https://skillfed.io/packages/django-cloudinary-storage","md":"https://skillfed.io/packages/django-cloudinary-storage.md","pypi":"https://pypi.org/project/django-cloudinary-storage/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2020-08-23","license_spdx":null,"license_treatment":"permissive","name":"django-cloudinary-storage","python_support":"unspecified","summary":"Django package that provides Cloudinary storages for both media and static files as well as management commands for removing unnecessary files."},"popularity":{"monthly_downloads":193650,"position":9848,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.0"}
