From 8f5e94458bc8cf468f81e1018752b7e7ac164c2d Mon Sep 17 00:00:00 2001 From: Jeff Linwood Date: Fri, 5 Nov 2021 10:16:57 -0500 Subject: [PATCH] Change Debug setting to false for local --- twilio_sample_project/settings/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twilio_sample_project/settings/local.py b/twilio_sample_project/settings/local.py index 29c8851..9c25c2d 100644 --- a/twilio_sample_project/settings/local.py +++ b/twilio_sample_project/settings/local.py @@ -7,4 +7,4 @@ from .common import * # noqa # Use DEBUG for local development -DEBUG = True +DEBUG = False