diff options
author | anoop | 2010-03-08 13:37:26 +0530 |
---|---|---|
committer | anoop | 2010-03-08 13:37:26 +0530 |
commit | 3c9428393694176095ac7b1a76ec5a3c86103527 (patch) | |
tree | 8b24ba2b2c220dbe02c788918305c4a97e3896fe /settings.py | |
parent | 582567182ce90f31ccf86e6eb432c8cabdffa32c (diff) | |
download | pytask-3c9428393694176095ac7b1a76ec5a3c86103527.tar.gz pytask-3c9428393694176095ac7b1a76ec5a3c86103527.tar.bz2 pytask-3c9428393694176095ac7b1a76ec5a3c86103527.zip |
changed the MEDIA_URL in settings.py.
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 aa5a66c..bf0fad4 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://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. |