From d66c23c4394900d8156034316ac269c4bcbe2d7c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Oct 2012 12:49:15 -0400 Subject: fix things --- 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 e5988c8d..c18a83d5 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -65,10 +65,10 @@ CACHE_MIDDLEWARE_SECONDS = 300 SESSION_COOKIE_SECURE = False ## location for saving dev pictures -MEDIA_ROOT = '/srv/http/media/devs/' +MEDIA_ROOT = '/srv/http/web/collected_static/devs' ## web url for serving image files -MEDIA_URL = '/media/' +MEDIA_URL = '/static/devs/' ## Make this unique, and don't share it with anybody. SECRET_KEY = '00000000000000000000000000000000000000000000000' -- cgit v1.2.3-54-g00ecf