# jschneier/django-storages

https://django-storages.readthedocs.io/

Repository: https://github.com/jschneier/django-storages
Canonical: https://ross.abutalabs.com/products/django-storages
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: python, django
Last push: 2026-08-02T21:27:00+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 35, longevity 100
- inputs: {"age_days": 4286, "days_push": 31, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2957, forks 890 (observed 2026-08-28T04:07:32.234141+00:00)

## What it is
django-storages is a Python library providing a collection of storage backends for Django's file storage API, such as Amazon S3, Azure Blob, and FTP. It lets Django projects store media and static files on external storage services through a single, unified library.

## Use cases
- store Django media files on Amazon S3
- serve Django static files from cloud object storage
- add a custom file storage backend to a Django project
- upload user-uploaded files to Azure Blob Storage from Django
- replace Django's local filesystem storage with remote storage

## When to choose
- you use Django and need to persist files on S3, Azure, GCS, or other remote backends
- you want one maintained library covering many storage providers instead of separate packages
- you need drop-in Django storage backends with configurable settings

## When to avoid
- you are not using Django (the backends depend on Django's storage API)
- you only store files locally and have no need for remote storage
- you need a framework-agnostic file upload solution

## Facets
- artifact type: library
- maturity: stable
- function: file-upload, object-storage, sdk
- domain: web-development, backend, files, cloud-computing
- platform: python, cloud
- tags: django, storage-backends, s3, file-storage, web-server

## Member repositories
- jschneier/django-storages (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:32.234141+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:32:12.696361+00:00, confidence not recorded.
  - readme: https://github.com/jschneier/django-storages (fetched 2026-08-28T04:07:32.234141+00:00, sha 83568697c8a3)
  - registry_pypi: https://pypi.org/pypi/django-storages/json (fetched 2026-08-29T09:47:30.792400+00:00, sha 92af9f76d342)
- Data as of 2026-08-30T08:39:29.467469+00:00.
