aboutsummaryrefslogtreecommitdiffstats
path: root/examples/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/settings.py')
-rw-r--r--examples/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/settings.py b/examples/settings.py
index ea97d192..0ae3bf56 100644
--- a/examples/settings.py
+++ b/examples/settings.py
@@ -48,7 +48,7 @@ USE_L10N = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/"
-MEDIA_ROOT = '/Users/tomchristie/'
+MEDIA_ROOT = 'media/'
# 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).