From ff8feeef5e9512b81b742e3a9fd2ff17f363b2d1 Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Fri, 31 Oct 2014 20:46:23 -0700 Subject: [PATCH] small change whilst debugging a 500 --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 0420507..af2eeba 100644 --- a/settings.py +++ b/settings.py @@ -29,7 +29,7 @@ 'core', ) -if DEBUG: +if DEBUG and IS_DEVELOPMENT: INSTALLED_APPS += ('debug_toolbar',) MIDDLEWARE_CLASSES = (