mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
This commit is contained in:
committed by
Mariusz Felisiak
parent
1ec3f0961f
commit
32940d390a
@@ -19,7 +19,8 @@ Configuring static files
|
||||
STATIC_URL = 'static/'
|
||||
|
||||
#. In your templates, use the :ttag:`static` template tag to build the URL for
|
||||
the given relative path using the configured :setting:`STATICFILES_STORAGE`.
|
||||
the given relative path using the configured ``staticfiles``
|
||||
:setting:`STORAGES` alias.
|
||||
|
||||
.. _staticfiles-in-templates:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user