1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00

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

This commit is contained in:
Tim Graham 2012-08-25 08:25:34 -04:00
parent df7c1a13a0
commit e6e01f619d

View File

@ -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/"``