Skip to content
Snippets Groups Projects
Commit 691872f6 authored by Ben Adida's avatar Ben Adida
Browse files

debug to false

parent 9e8dcf91
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ def get_from_env(var, default): ...@@ -8,7 +8,7 @@ def get_from_env(var, default):
else: else:
return default return default
DEBUG = True DEBUG = (get_from_env('DEBUG', '1') == '1')
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = DEBUG
ADMINS = ( ADMINS = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment