# HG changeset patch # User anoop # Date 1267698507 -19800 # Node ID b1a1a50172685d78dfb139df9238ef97fc8b5fa6 # Parent 3b28b1f9bf0649380dc57d3f4d5d16ae74809433# Parent 2759d422ad8963368c8a0585c91af3c92fb363b5 merged diff -r 2759d422ad89 -r b1a1a5017268 settings.py --- a/settings.py Thu Mar 04 15:31:40 2010 +0530 +++ b/settings.py Thu Mar 04 15:58:27 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.