From 1f1c2549a0b4ed4f6ffe42663b93f21eef3b4afb Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Fri, 20 Jul 2012 13:24:08 +0530 Subject: Added media_root directive to upload files --- stapp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stapp') diff --git a/stapp/settings.py b/stapp/settings.py index 986bb7d..63e4b78 100644 --- a/stapp/settings.py +++ b/stapp/settings.py @@ -36,7 +36,7 @@ USE_L10N = True # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/media/" -MEDIA_ROOT = os.path.join(PROJECT_DIR, "media"), +MEDIA_ROOT = os.path.join(PROJECT_DIR, "media") # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash. -- cgit