Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 8f5e944

Browse files
authored
Change Debug setting to false for local
1 parent ceede52 commit 8f5e944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio_sample_project/settings/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .common import * # noqa
88

99
# Use DEBUG for local development
10-
DEBUG = True
10+
DEBUG = False

0 commit comments

Comments
 (0)