diff options
author | nishanth | 2010-03-04 17:30:08 +0530 |
---|---|---|
committer | nishanth | 2010-03-04 17:30:08 +0530 |
commit | 5f97adfa452d33e0b24c582c7601d401be88f7c0 (patch) | |
tree | 68cb4dba25dd0dd2e96d2b52639c2bb8d3b48e0c /settings.py | |
parent | e19c6effc9fd28adece4f9bd005359037382d025 (diff) | |
parent | e1aa371d8b93ffb64a5cba9cdb551f994e27bd7f (diff) | |
download | pytask-5f97adfa452d33e0b24c582c7601d401be88f7c0.tar.gz pytask-5f97adfa452d33e0b24c582c7601d401be88f7c0.tar.bz2 pytask-5f97adfa452d33e0b24c582c7601d401be88f7c0.zip |
merged
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |