Skip to content

Commit 4ae083c

Browse files
Corrected
1 parent c76bff7 commit 4ae083c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oshc/oshc/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
SECRET_KEY = 'x1-pogt0-b5owbgq0=ui02-4v)bba!bg&1m8_$)8-&13(907qf'
2121

2222
# SECURITY WARNING: don't run with debug turned on in production!
23-
DEBUG = os.getenv("DEBUG", False)
23+
DEBUG = os.getenv("DEBUG", True)
2424

2525
ALLOWED_HOSTS = ['*']
2626

@@ -106,4 +106,4 @@
106106
try:
107107
from local_settings import *
108108
except ImportError:
109-
pass
109+
pass

0 commit comments

Comments
 (0)