File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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``
You can’t perform that action at this time.
0 commit comments