diff options
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/media.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt index 707b02b13f..0eb3e91b3a 100644 --- a/docs/topics/forms/media.txt +++ b/docs/topics/forms/media.txt @@ -204,7 +204,7 @@ the appropriate prefix. As part of the introduction of the :doc:`staticfiles app </ref/contrib/staticfiles>` two new settings were added -to refer to "static content" (images, CSS, Javascript, etc.) that are needed +to refer to "static files" (images, CSS, Javascript, etc.) that are needed to render a complete web page: :setting:`STATIC_URL` and :setting:`STATIC_ROOT`. To find the appropriate prefix to use, Django will check if the |
