summaryrefslogtreecommitdiff
path: root/django/conf
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-02-15 15:42:05 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-02-15 20:47:04 +0100
commit15b711b5ee9ce1ddd01cf88b2bbbec4a6cbec648 (patch)
tree64966e17bf88b41b0f93f04c15ff2e4a76e071be /django/conf
parent9fbd302f91162434f375b67a533d4a955a439484 (diff)
Deprecated TEMPLATE_DEBUG setting.
Diffstat (limited to 'django/conf')
-rw-r--r--django/conf/project_template/project_name/settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/conf/project_template/project_name/settings.py b/django/conf/project_template/project_name/settings.py
index c0db27cbdc..3eaf05cfc0 100644
--- a/django/conf/project_template/project_name/settings.py
+++ b/django/conf/project_template/project_name/settings.py
@@ -25,8 +25,6 @@ SECRET_KEY = '{{ secret_key }}'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
-TEMPLATE_DEBUG = True
-
ALLOWED_HOSTS = []