diff options
author | root <root@bittern.gentoo.org> | 2010-08-21 08:45:11 +0000 |
---|---|---|
committer | root <root@bittern.gentoo.org> | 2010-08-21 08:45:11 +0000 |
commit | 23e98e1030bd131934ee370fa8b6f447523f1cf3 (patch) | |
tree | 6a937d66857f8b165ea11f511995ebef976e5892 | |
parent | Update SD-France bits. (diff) | |
download | gentoo-ads-config-23e98e1030bd131934ee370fa8b6f447523f1cf3.tar.gz gentoo-ads-config-23e98e1030bd131934ee370fa8b6f447523f1cf3.tar.bz2 gentoo-ads-config-23e98e1030bd131934ee370fa8b6f447523f1cf3.zip |
Prevent extra 301 redirect.
-rw-r--r-- | settings.py | 2 |
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. |