From 65cdda6f14620bea9b246e4b0b135d2be0fd9a4f Mon Sep 17 00:00:00 2001 From: eliott Date: Thu, 10 Jan 2008 01:13:40 -0800 Subject: Fixed localsettings.py.example --- local_settings.py.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'local_settings.py.example') diff --git a/local_settings.py.example b/local_settings.py.example index 965e07b..a154f12 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -28,10 +28,10 @@ CACHE_MIDDLEWARE_KEY_PREFIX = 'arch' CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True ## location for saving dev pictures -MEDIA_ROOT = '/var/www/archlinux/htdocs/img/devs/' +MEDIA_ROOT = '/var/www/archlinux/htdocs/img/' ## web url for serving image files -MEDIA_URL = 'http://www.archlinux.org/img/devs/' +MEDIA_URL = 'http://www.archlinux.org/img/' ## Make this unique, and don't share it with anybody. SECRET_KEY = '00000000000000000000000000000000000000000000000' -- cgit v1.2.3-24-g4f1b