Skip to content

Commit 8705fd5

Browse files
committed
Fixed debug bug
1 parent 836da50 commit 8705fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

landing_page/landing_page/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SECRET_KEY = '3=dgm+l+a*q98^7(frp1^q6fm_a-b-!pa758g$e34boojl3j0b'
2323

2424
# SECURITY WARNING: don't run with debug turned on in production!
25-
DEBUG = bool(os.getenv('DEBUG', False))
25+
DEBUG = bool(int(os.getenv('DEBUG', False)))
2626

2727
ALLOWED_HOSTS = ['*']
2828

0 commit comments

Comments
 (0)