diff options
| author | Tim Graham <timograham@gmail.com> | 2012-08-25 08:25:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-08-25 08:27:48 -0400 |
| commit | 81bfe428e1dd65235e88533e9fa8531486adfae0 (patch) | |
| tree | 31be509763b60ade4c223ee2a40eddd921cccd73 /docs/ref | |
| parent | 4b8c6c405619f7624847a469304e0d1cea053f19 (diff) | |
[1.4.X] Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py; thanks ryan-blunden.
Backport of e6e01f619d from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index ced944a958..dd33a441c8 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1401,8 +1401,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: ``"/home/media/media.lawrence.com/"`` |
