From 77c8c3254795b06f1345e8b7680f7f09b8086b56 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Wed, 13 Jan 2016 11:41:17 -0200 Subject: [PATCH] Enable debug bar --- sapl/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/settings.py b/sapl/settings.py index 06792d8d2..cbd304732 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -61,8 +61,8 @@ INSTALLED_APPS = ( 'crispy_forms_foundation', 'sass_processor', ) -# if DEBUG: -# INSTALLED_APPS += ('debug_toolbar',) +if DEBUG: + INSTALLED_APPS += ('debug_toolbar',) MIDDLEWARE_CLASSES = ( 'django.contrib.sessions.middleware.SessionMiddleware',