From de91c172cfda624451fab9a87be92cc0d32e1fcf Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 31 Oct 2016 15:17:40 -0400 Subject: Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs. --- docs/ref/settings.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index cf4da849c3..a5d8205ba4 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -3117,9 +3117,10 @@ static files for deployment. Example: ``"/var/www/example.com/static/"`` If the :doc:`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` 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` for more details about +usage. .. warning:: -- cgit v1.3