summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2025-10-27 10:01:04 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-10-30 17:22:24 -0400
commita36108094dd4479f37e5272921745eca7e7c992f (patch)
tree94115e7152ae73cbaaf1018d1eb6dfdca6b5ddc9 /docs
parent11cfb573d27661962d90c69ddda4e620255eecb6 (diff)
[6.0.x] Added community package storage backends mention to docs.
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Backport of 340e4f832e1ea74a27770e38635bbc781979f2e0 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/files/storage.txt9
-rw-r--r--docs/ref/settings.txt9
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index 85a1e3b926..6ed510889e 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -257,3 +257,12 @@ The ``Storage`` class
Returns the URL where the contents of the file referenced by ``name``
can be accessed. For storage systems that don't support access by URL
this will raise ``NotImplementedError`` instead.
+
+.. 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/
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index b0750d3a42..3a2d3fe4d6 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2766,6 +2766,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``