Remove debug setting as default
svn: r15411
This commit is contained in:
parent
6c03ca3ca3
commit
b400c4ed79
@ -26,7 +26,7 @@
|
|||||||
import const
|
import const
|
||||||
import os
|
import os
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
TEMPLATE_DEBUG = DEBUG
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
|
||||||
INTERNAL_IPS = ('127.0.0.1',)
|
INTERNAL_IPS = ('127.0.0.1',)
|
||||||
@ -72,7 +72,7 @@ TEMPLATE_DIRS = (
|
|||||||
|
|
||||||
TEMPLATE_CONTEXT_PROCESSORS = (
|
TEMPLATE_CONTEXT_PROCESSORS = (
|
||||||
"django.core.context_processors.auth",
|
"django.core.context_processors.auth",
|
||||||
"django.core.context_processors.debug",
|
# "django.core.context_processors.debug",
|
||||||
"django.core.context_processors.i18n",
|
"django.core.context_processors.i18n",
|
||||||
"django.core.context_processors.media",
|
"django.core.context_processors.media",
|
||||||
"web.grampsdb.views.context_processor",
|
"web.grampsdb.views.context_processor",
|
||||||
|
Loading…
Reference in New Issue
Block a user