Commit e1d453c2 by Thanasis Daglis

Updated TEMPLATES debug to use setting DEBUG

Instead of setting TEMPLATES option debug to True, use DEBUG setting to make toggling debug mode easier.
parent 05241ddc
......@@ -61,7 +61,7 @@ TEMPLATES = [
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
],
'debug': True,
'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