From 25be7c309b997b20fb0e3cf34ab860f8dc3f13a0 Mon Sep 17 00:00:00 2001 From: anoop Date: Thu, 4 Mar 2010 15:56:25 +0530 Subject: changed the media url in settings. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') 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. -- cgit