We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db4fb3 commit 88bdcaeCopy full SHA for 88bdcae
backend/officehoursqueue/settings/proddev.py
@@ -4,9 +4,6 @@
4
5
import officehoursqueue.settings.base as base
6
7
-# Turning debug logs shouldn't introduce major differences, but will help with debugging
8
-DEBUG = True
9
-
10
# No https on dev machines
11
SECURE_PROXY_SSL_HEADER = ()
12
0 commit comments