From 2e9fd9c6b93a77dcf5caa42a4d71b9da2021693f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 28 Jan 2011 09:14:04 +0000 Subject: Minor fixups on pygments example --- examples/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/settings.py') 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). -- cgit v1.2.3