# HG changeset patch # User anoop # Date 1267698385 -19800 # Node ID 3b28b1f9bf0649380dc57d3f4d5d16ae74809433 # Parent e43ceb9c4ec37b9df1ab22cbde534951546aa2d2 changed the media url in settings. diff -r e43ceb9c4ec3 -r 3b28b1f9bf06 settings.py --- a/settings.py Wed Mar 03 14:31:31 2010 +0530 +++ b/settings.py Thu Mar 04 15:56:25 2010 +0530 @@ -40,7 +40,7 @@ # 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.