aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@bittern.gentoo.org>2010-08-21 08:45:11 +0000
committerroot <root@bittern.gentoo.org>2010-08-21 08:45:11 +0000
commit23e98e1030bd131934ee370fa8b6f447523f1cf3 (patch)
tree6a937d66857f8b165ea11f511995ebef976e5892
parentUpdate SD-France bits. (diff)
downloadgentoo-ads-config-23e98e1030bd131934ee370fa8b6f447523f1cf3.tar.gz
gentoo-ads-config-23e98e1030bd131934ee370fa8b6f447523f1cf3.tar.bz2
gentoo-ads-config-23e98e1030bd131934ee370fa8b6f447523f1cf3.zip
Prevent extra 301 redirect.
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 004e38c..58bf41e 100644
--- a/settings.py
+++ b/settings.py
@@ -80,7 +80,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://gentoo.org/images/'
+MEDIA_URL = 'http://www.gentoo.org/images/'
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.