mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Removed redundant debug settings from project template (#2465)
This commit is contained in:
parent
196250fd47
commit
1eae1ad390
1 changed files with 0 additions and 3 deletions
|
|
@ -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 }}'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue