Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/ref/files/storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
9 changes: 9 additions & 0 deletions docs/ref/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down