We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836da50 commit 8705fd5Copy full SHA for 8705fd5
landing_page/landing_page/settings.py
@@ -22,7 +22,7 @@
22
SECRET_KEY = '3=dgm+l+a*q98^7(frp1^q6fm_a-b-!pa758g$e34boojl3j0b'
23
24
# SECURITY WARNING: don't run with debug turned on in production!
25
-DEBUG = bool(os.getenv('DEBUG', False))
+DEBUG = bool(int(os.getenv('DEBUG', False)))
26
27
ALLOWED_HOSTS = ['*']
28
0 commit comments