mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Reworded parts of the staticfiles documentation after receiving various user feedback. Thanks, all!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e3d322ede8
commit
8fe42053bc
4 changed files with 139 additions and 118 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue