summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-07 13:46:38 +0530
committerNishanth Amuluru2011-01-07 13:46:38 +0530
commitd946a9b39cdddcbb565ac3926f2c5d35f9fcb05a (patch)
treed08cad01272253562abb2472aef78d5ef3e8ec70
parentc2adda8673d18f3e7172209de1cff8c6c4f2a214 (diff)
downloadpytask-d946a9b39cdddcbb565ac3926f2c5d35f9fcb05a.tar.gz
pytask-d946a9b39cdddcbb565ac3926f2c5d35f9fcb05a.tar.bz2
pytask-d946a9b39cdddcbb565ac3926f2c5d35f9fcb05a.zip
changed the static serving url settings
-rwxr-xr-xsettings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 0352395..6d482ab 100755
--- a/settings.py
+++ b/settings.py
@@ -45,12 +45,12 @@ USE_L10N = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/"
-MEDIA_ROOT = './media/'
+MEDIA_ROOT = './static/'
# 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 = '/media/'
+MEDIA_URL = '/static/'
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.