Commit 3615dd29 by Kenneth Reitz

Merge pull request #27 from TDaglis/master

Removed deprecated TEMPLATE_DEBUG setting from settings.py
parents 608fd28c e1d453c2
......@@ -25,9 +25,6 @@ SECRET_KEY = "{{ secret_key }}"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
TEMPLATE_DEBUG = True
# Application definition
INSTALLED_APPS = (
......@@ -64,6 +61,7 @@ TEMPLATES = [
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
],
'debug': DEBUG,
},
},
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment