From 340e4f832e1ea74a27770e38635bbc781979f2e0 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 27 Oct 2025 10:01:04 -0500 Subject: Added community package storage backends mention to docs. Co-authored-by: Jacob Walls --- docs/ref/settings.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/ref/settings.txt') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 8ac7a194f6..c2cac541f7 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2767,6 +2767,15 @@ backend definition in :setting:`STORAGES`. Defining this setting overrides the default value and is *not* merged with it. +.. admonition:: There are community maintained solutions too! + + Django has a vibrant ecosystem. There are storage backends + highlighted on the `Community Ecosystem`_ page. The Django Packages + `Storage Backends grid`_ has even more options for you! + +.. _Community Ecosystem: https://www.djangoproject.com/community/ecosystem/#storage-and-static-files +.. _Storage Backends grid: https://djangopackages.org/grids/g/storage-backends/ + .. setting:: TASKS ``TASKS`` -- cgit v1.3