Skip to content

Commit e4fbdef

Browse files
authored
Merge pull request #126 from cmu-delphi/dmytrotsko-patch-6
Update settings.py
2 parents 8c88f58 + 4be11d9 commit e4fbdef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/signal_documentation/settings.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848

4949

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

5354

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

0 commit comments

Comments
 (0)