summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authoranoop2010-03-04 15:56:25 +0530
committeranoop2010-03-04 15:56:25 +0530
commit25be7c309b997b20fb0e3cf34ab860f8dc3f13a0 (patch)
treeff08a99707243510b1d5a3b443aac66c0b33a9c0 /settings.py
parent5f507d6835bc90804967c91e08f0a97d9c455ab7 (diff)
downloadpytask-25be7c309b997b20fb0e3cf34ab860f8dc3f13a0.tar.gz
pytask-25be7c309b997b20fb0e3cf34ab860f8dc3f13a0.tar.bz2
pytask-25be7c309b997b20fb0e3cf34ab860f8dc3f13a0.zip
changed the media url in settings.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 2987f3e..aa5a66c 100644
--- a/settings.py
+++ b/settings.py
@@ -40,7 +40,7 @@ MEDIA_ROOT = './images/'
# 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 = 'http://localhost:8000/images/'
+MEDIA_URL = 'http://10.101.11.72:8000/images/'
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.