{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content"}],"enrichment":{"capability":"django-storages provides pluggable storage backends for Django applications, allowing you to store uploaded files on cloud services or alternative storage systems instead of the local filesystem.","skillfed_tags":["django-integration","cloud-storage","file-handling"],"use_cases":["Store user uploads on external services instead of local disk to scale across multiple servers","Offload media files to a CDN-backed storage service for faster delivery","Use cloud storage in containerized deployments where local filesystem is ephemeral","Centralize file storage across multiple Django application instances","Comply with data residency requirements by choosing a specific storage region"],"what_it_does":"django-storages is a library that extends Django's file storage system with support for multiple cloud and alternative storage backends. Instead of storing uploaded files on your server's filesystem, you can configure Django to use external storage services. The library acts as a bridge between Django's storage API and these services, handling authentication and file operations.\n\nThe package is production-stable (Development Status :: 5 - Production/Stable) and actively maintained, supporting Django versions 3.2 through 5.1 and Python 3.7 and later. It has a large user base and is backed by Tidelift for enterprise support. Installation is straightforward with low friction and a single runtime dependency on Django.","worth_installing":"Yes. django-storages is a mature, widely-used library with no known vulnerabilities, low install friction, and permissive BSD-3-Clause licensing. Install it if you need to store Django uploads on cloud storage or non-local backends. You will need to install and configure backend-specific SDKs separately depending on which storage service you choose."},"id":"django-storages","links":{"html":"https://skillfed.io/packages/django-storages","md":"https://skillfed.io/packages/django-storages.md","pypi":"https://pypi.org/project/django-storages/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-04-02","license_spdx":null,"license_treatment":"permissive","name":"django-storages","python_support":"supports_current","summary":"Support for many storage backends in Django"},"popularity":{"monthly_downloads":12928583,"position":1301,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.14.6"}
