TEMPLATE_DEBUG Django parameter is deprecated

Since 1.8 and removed in 1.10

Change-Id: Ib7abd0c54fcfbf8c48368fe54a0cb29451f2ef68
This commit is contained in:
Proskurin Kirill 2016-11-28 14:23:10 +00:00
parent 265966f206
commit 9334e52b7e
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ from openstack_dashboard import exceptions
from openstack_dashboard.settings import HORIZON_CONFIG
DEBUG = True
TEMPLATE_DEBUG = DEBUG
# WEBROOT is the location relative to Webserver root
# should end with a slash.