From e6e01f619dbc56aafaa57811ab4de32140ef33e2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 25 Aug 2012 08:25:34 -0400 Subject: [PATCH] Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py; thanks ryan-blunden. --- docs/ref/settings.txt | 4 ++-- 1 file 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 `. +Absolute filesystem path to the directory that will hold :doc:`user-uploaded +files `. Example: ``"/var/www/example.com/media/"``