# HG changeset patch # User nishanth # Date 1267704008 -19800 # Node ID 8cedb0eb175d460bd091d7a62e51341e11c42508 # Parent 946d0fe6060654bca858b94afcc472fedcb03d66# Parent b1a1a50172685d78dfb139df9238ef97fc8b5fa6 merged diff -r 946d0fe60606 -r 8cedb0eb175d settings.py --- a/settings.py Thu Mar 04 17:29:00 2010 +0530 +++ b/settings.py Thu Mar 04 17:30:08 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.