mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Added community package storage backends mention to docs.
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
This commit is contained in:
committed by
Jacob Walls
parent
3939cd2795
commit
340e4f832e
@@ -257,3 +257,12 @@ The ``Storage`` class
|
|||||||
Returns the URL where the contents of the file referenced by ``name``
|
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
|
can be accessed. For storage systems that don't support access by URL
|
||||||
this will raise ``NotImplementedError`` instead.
|
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/
|
||||||
|
|||||||
@@ -2767,6 +2767,15 @@ backend definition in :setting:`STORAGES`.
|
|||||||
Defining this setting overrides the default value and is *not* merged with
|
Defining this setting overrides the default value and is *not* merged with
|
||||||
it.
|
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
|
.. setting:: TASKS
|
||||||
|
|
||||||
``TASKS``
|
``TASKS``
|
||||||
|
|||||||
Reference in New Issue
Block a user