Skip to content

Commit 1f38766

Browse files
authored
Merge pull request #138 from cmu-delphi/dmytrotsko-patch-7
Update settings.py
2 parents 4c2b552 + 0af52b1 commit 1f38766

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/signal_documentation/settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848

4949

5050
# SECURITY WARNING: don't run with debug turned on in production!
51-
# DEBUG = bool(strtobool(os.getenv('DEBUG', 'True')))
52-
DEBUG = True
51+
DEBUG = bool(strtobool(os.getenv('DEBUG', 'True')))
5352

5453

5554
# SECURITY WARNING: keep the secret key used in production secret!

0 commit comments

Comments
 (0)