summaryrefslogtreecommitdiffstats
path: root/local_settings.py.example
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-01-10 01:13:40 -0800
committereliott <eliott@cactuswax.net>2008-01-10 01:13:40 -0800
commit65cdda6f14620bea9b246e4b0b135d2be0fd9a4f (patch)
treebe2e41c4ba37d12e274c939c8596e981b4ab4214 /local_settings.py.example
parent00124c5ea8ebeb7acfac7ba6f165429ba3a31b85 (diff)
downloadarchweb-65cdda6f14620bea9b246e4b0b135d2be0fd9a4f.tar.gz
archweb-65cdda6f14620bea9b246e4b0b135d2be0fd9a4f.zip
Fixed localsettings.py.example
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/local_settings.py.example b/local_settings.py.example
index 965e07b8..a154f12d 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'