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:25:34 -0400 |
| commit | e6e01f619dbc56aafaa57811ab4de32140ef33e2 (patch) | |
| tree | b4c28bf95f328510de08dcca4e21ae97ce0c8e3a /docs/ref | |
| parent | df7c1a13a0a400747966098049093cebdac385bf (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.txt | 4 |
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/"`` |
