From fb13fed241a4c8e4689c86a943b845de3209ea2a Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 9 Jun 2013 01:07:46 +0000 Subject: Use protocol-relative URL for images. Signed-off-by: Robin H. Johnson --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 91d936d..cef3b63 100644 --- a/settings.py +++ b/settings.py @@ -91,7 +91,7 @@ MEDIA_ROOT = '/var/www/ads.gentoo.org/htdocs/media/' # Examples: "http://media.lawrence.com", "http://example.com/media/" ## this is hypothecal at this time -MEDIA_URL = 'http://www.gentoo.org/images/' +MEDIA_URL = '//www.gentoo.org/images/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash. -- cgit v1.2.3-65-gdbad