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/"``
|
||||
|
||||
If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled
|
||||
(default) the :djadmin:`collectstatic` management command will collect static
|
||||
files into this directory. See the howto on :doc:`managing static
|
||||
files</howto/static-files/index>` for more details about usage.
|
||||
(as in the default project template), the :djadmin:`collectstatic` management
|
||||
command will collect static files into this directory. See the how-to on
|
||||
:doc:`managing static files</howto/static-files/index>` for more details about
|
||||
usage.
|
||||
|
||||
.. warning::
|
||||
|
||||
|
|
|
@ -339,7 +339,6 @@ honeypot
|
|||
Honza
|
||||
hostname
|
||||
hostnames
|
||||
howto
|
||||
hstore
|
||||
html
|
||||
http
|
||||
|
|
Loading…
Reference in New Issue