aboutsummaryrefslogtreecommitdiffstats
path: root/examples/settings.py
diff options
context:
space:
mode:
authorTom Christie2011-01-28 09:14:04 +0000
committerTom Christie2011-01-28 09:14:04 +0000
commit2e9fd9c6b93a77dcf5caa42a4d71b9da2021693f (patch)
tree22f9d6e6e6dba501ee1aadecadf324d39524dad4 /examples/settings.py
parent8e8547ff9a0a77f39f0ec46dcc0772706ff9371f (diff)
downloaddjango-rest-framework-2e9fd9c6b93a77dcf5caa42a4d71b9da2021693f.tar.bz2
Minor fixups on pygments example
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).