Skip to content

Commit 88bdcae

Browse files
committed
Turn off Debug for proddev so it works
1 parent 7db4fb3 commit 88bdcae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/officehoursqueue/settings/proddev.py

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
import officehoursqueue.settings.base as base
66

7-
# Turning debug logs shouldn't introduce major differences, but will help with debugging
8-
DEBUG = True
9-
107
# No https on dev machines
118
SECURE_PROXY_SSL_HEADER = ()
129

0 commit comments

Comments
 (0)