From 98006bd1ba4f35581a3ce84a03068cf6fe07e93d Mon Sep 17 00:00:00 2001 From: sanj Date: Thu, 2 Dec 2010 17:29:19 +0100 Subject: [PATCH] change MEDIA_URL --- vurbanism/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vurbanism/settings.py b/vurbanism/settings.py index 69c8714..1df187f 100644 --- a/vurbanism/settings.py +++ b/vurbanism/settings.py @@ -47,7 +47,7 @@ MEDIA_ROOT = join(PROJECT_PATH, 'static') # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash if there is a path component (optional in other cases). # Examples: "http://media.lawrence.com", "http://example.com/media/" -MEDIA_URL = '' +MEDIA_URL = '/static/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash.