Commit 81bfe428 authored by Tim Graham's avatar Tim Graham
Browse files

[1.4.X] Updated doc for settings.MEDIA_ROOT based on what's generated by...

[1.4.X] Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py; thanks ryan-blunden.

Backport of e6e01f61 from master
parent 4b8c6c40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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/"``