Remove debug setting as default

svn: r15411
This commit is contained in:
Doug Blank 2010-05-14 08:59:36 +00:00
parent 6c03ca3ca3
commit b400c4ed79

View File

@ -26,7 +26,7 @@
import const
import os
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG
INTERNAL_IPS = ('127.0.0.1',)
@ -72,7 +72,7 @@ TEMPLATE_DIRS = (
TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.auth",
"django.core.context_processors.debug",
# "django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"web.grampsdb.views.context_processor",