Skip to content

Commit 35fd24f

Browse files
committed
🛠️ settings.py -> Changed DEBUG setting to True
1 parent eeb9ee3 commit 35fd24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signal_documentation/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

4747
# SECURITY WARNING: don't run with debug turned on in production!
48-
DEBUG = bool(strtobool(os.getenv('DEBUG', 'False')))
48+
DEBUG = bool(strtobool(os.getenv('DEBUG', 'True')))
4949

5050

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

0 commit comments

Comments
 (0)