# HG changeset patch # User anoop # Date 1268035646 -19800 # Node ID 2de52334fe6cb1ed562d6158242b9e4130a8c508 # Parent 85660d75683d36778dce607822e31021e2cbd7c2 changed the MEDIA_URL in settings.py. diff -r 85660d75683d -r 2de52334fe6c settings.py --- a/settings.py Fri Mar 05 15:13:37 2010 +0530 +++ b/settings.py Mon Mar 08 13:37:26 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://10.101.11.72:8000/images/' +MEDIA_URL = '/images/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash.