summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-08-25 08:25:34 -0400
committerTim Graham <timograham@gmail.com>2012-08-25 08:25:34 -0400
commite6e01f619dbc56aafaa57811ab4de32140ef33e2 (patch)
treeb4c28bf95f328510de08dcca4e21ae97ce0c8e3a /docs/ref
parentdf7c1a13a0a400747966098049093cebdac385bf (diff)
Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py; thanks ryan-blunden.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 0eac229c16..32ba5f0ced 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1366,8 +1366,8 @@ MEDIA_ROOT
Default: ``''`` (Empty string)
-Absolute path to the directory that holds media for this installation, used
-for :doc:`managing stored files </topics/files>`.
+Absolute filesystem path to the directory that will hold :doc:`user-uploaded
+files </topics/files>`.
Example: ``"/var/www/example.com/media/"``