Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.
This commit is contained in:
parent
55993d1e4e
commit
de91c172cf
|
@ -3117,9 +3117,10 @@ static files for deployment.
|
||||||
Example: ``"/var/www/example.com/static/"``
|
Example: ``"/var/www/example.com/static/"``
|
||||||
|
|
||||||
If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled
|
If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled
|
||||||
(default) the :djadmin:`collectstatic` management command will collect static
|
(as in the default project template), the :djadmin:`collectstatic` management
|
||||||
files into this directory. See the howto on :doc:`managing static
|
command will collect static files into this directory. See the how-to on
|
||||||
files</howto/static-files/index>` for more details about usage.
|
:doc:`managing static files</howto/static-files/index>` for more details about
|
||||||
|
usage.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
|
|
|
@ -339,7 +339,6 @@ honeypot
|
||||||
Honza
|
Honza
|
||||||
hostname
|
hostname
|
||||||
hostnames
|
hostnames
|
||||||
howto
|
|
||||||
hstore
|
hstore
|
||||||
html
|
html
|
||||||
http
|
http
|
||||||
|
|
Loading…
Reference in New Issue