diff options
| author | Tim Graham <timograham@gmail.com> | 2016-10-31 15:17:40 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-10-31 15:17:40 -0400 |
| commit | de91c172cfda624451fab9a87be92cc0d32e1fcf (patch) | |
| tree | b01d3b66606ebb55d0f4b5fe993bd26cb4c687ed | |
| parent | 55993d1e4e80149767ba1b4ef59e478ad841c8d1 (diff) | |
Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.
| -rw-r--r-- | docs/ref/settings.txt | 7 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 4 insertions, 4 deletions
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</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:: diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 13553bc5f1..cd28b9519a 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -339,7 +339,6 @@ honeypot Honza hostname hostnames -howto hstore html http |
