From 09e7d2706e9b15da7d566c6156b68f96dab25320 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 5 Dec 2011 23:10:11 -0600 Subject: Slight tweaks to default local_settings Signed-off-by: Dan McGee --- local_settings.py.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local_settings.py.example b/local_settings.py.example index bad03921..30a67d51 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -2,8 +2,8 @@ ## Debug settings DEBUG = False -TEMPLATE_DEBUG = True -DEBUG_TOOLBAR = True +TEMPLATE_DEBUG = False +#DEBUG_TOOLBAR = True ## For django debug toolbar INTERNAL_IPS = ('127.0.0.1',) @@ -46,7 +46,7 @@ SESSION_COOKIE_SECURE = False MEDIA_ROOT = '/srv/example.com/img/' ## web url for serving image files -MEDIA_URL = 'http://example.com/img/' +MEDIA_URL = '/media/img/' ## Make this unique, and don't share it with anybody. SECRET_KEY = '00000000000000000000000000000000000000000000000' -- cgit v1.2.3-55-g3dc8