Skip to content

Commit 340e4f8

Browse files
Added community package storage backends mention to docs.
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
1 parent 3939cd2 commit 340e4f8

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/ref/files/storage.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,12 @@ The ``Storage`` class
257257
Returns the URL where the contents of the file referenced by ``name``
258258
can be accessed. For storage systems that don't support access by URL
259259
this will raise ``NotImplementedError`` instead.
260+
261+
.. admonition:: There are community-maintained solutions too!
262+
263+
Django has a vibrant ecosystem. There are storage backends
264+
highlighted on the `Community Ecosystem`_ page. The Django Packages
265+
`Storage Backends grid`_ has even more options for you!
266+
267+
.. _Community Ecosystem: https://www.djangoproject.com/community/ecosystem/#storage-and-static-files
268+
.. _Storage Backends grid: https://djangopackages.org/grids/g/storage-backends/

docs/ref/settings.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,6 +2767,15 @@ backend definition in :setting:`STORAGES`.
27672767
Defining this setting overrides the default value and is *not* merged with
27682768
it.
27692769

2770+
.. admonition:: There are community maintained solutions too!
2771+
2772+
Django has a vibrant ecosystem. There are storage backends
2773+
highlighted on the `Community Ecosystem`_ page. The Django Packages
2774+
`Storage Backends grid`_ has even more options for you!
2775+
2776+
.. _Community Ecosystem: https://www.djangoproject.com/community/ecosystem/#storage-and-static-files
2777+
.. _Storage Backends grid: https://djangopackages.org/grids/g/storage-backends/
2778+
27702779
.. setting:: TASKS
27712780

27722781
``TASKS``

0 commit comments

Comments
 (0)