Kaydet (Commit) de91c172 authored tarafından Tim Graham's avatar Tim Graham

Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.

üst 55993d1e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment