From 74f46c0ae2cbd7e0ccb80d4e5bd8bedadc8c6756 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sun, 14 Nov 2010 15:42:54 +0000 Subject: 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 --- django/conf/project_template/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/conf/project_template/settings.py') diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index d3e6973d04..07a823b7c5 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -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 = '' -- cgit v1.3