Skip to content

Commit 916f487

Browse files
Debug=True
1 parent 969f7b8 commit 916f487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshc/oshc/settings.py

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)