Commit 74f46c0a authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files. Thanks...

Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files. Thanks jjconti, tvon, vak, Muhammad Alkarouri and thiggins for their work.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14560 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 2b344d26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ SECRET_KEY = ''
# Default file storage mechanism that holds media.
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'

# Absolute path to the directory that holds media.
# Absolute filesystem path to the directory that will hold user uploaded files.
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = ''

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ USE_I18N = True
# calendars according to the current locale
USE_L10N = True

# Absolute path to the directory that holds media.
# Absolute filesystem path to the directory that will hold user uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
MEDIA_ROOT = ''