Slight tweaks to default local_settings

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-12-05 23:10:11 -06:00
parent 943ef2e8e4
commit 09e7d2706e

View File

@ -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'