kopia lustrzana https://github.com/wagtail/wagtail
Merge pull request #1688 from maxxst/master
updated settings so that there is no decrepation warningpull/1771/merge
commit
80fbdca1a2
|
@ -3,7 +3,9 @@ from .base import *
|
|||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
TEMPLATE_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 }}'
|
||||
|
|
|
@ -2,8 +2,6 @@ from .base import *
|
|||
|
||||
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = False
|
||||
|
||||
|
||||
try:
|
||||
from .local import *
|
||||
|
|
Ładowanie…
Reference in New Issue