0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Removed redundant debug settings from project template (#2465)

This commit is contained in:
Timo Rieber 2016-04-09 18:35:37 +02:00 committed by Karl Hobley
parent 196250fd47
commit 1eae1ad390

View File

@ -5,9 +5,6 @@ from .base import *
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
for template_engine in TEMPLATES:
template_engine['OPTIONS']['debug'] = True
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '{{ secret_key }}'