Commit e6e01f61 authored by Tim Graham's avatar Tim Graham
Browse files

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

parent df7c1a13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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/"``