Commit f1d4f713 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

[1.2.X] Small grammar fix in 'user-uploaded files' comment from [14561]

Backport of r14582 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14755 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 61282558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ SECRET_KEY = ''
# Default file storage mechanism that holds media.
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'

# Absolute filesystem path to the directory that will hold user uploaded files.
# 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 filesystem path to the directory that will hold user uploaded files.
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = ''