From 7ece2fea7ceea4cf1f478d6a469a4fff22a1fcdb Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Wed, 2 Nov 2016 16:54:41 -0300 Subject: [PATCH] Debug #230 --- amadeus/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus/settings.py b/amadeus/settings.py index 438c378..0d78458 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -28,7 +28,7 @@ PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__)) SECRET_KEY = '$=8)c!5)iha85a&8q4+kv1pyg0yl7_xe_x^z=2cn_1d7r0hny4' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = False +DEBUG = True # Application definition -- libgit2 0.21.2