Skip to content

Commit e20f914

Browse files
Disable debugging in release version
1 parent 427d715 commit e20f914

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

refu/settings.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
SECRET_KEY = os.environ['SECRET_KEY']
2424

2525
# SECURITY WARNING: don't run with debug turned on in production!
26-
DEBUG = True
27-
28-
TEMPLATE_DEBUG = True
26+
DEBUG = False
27+
TEMPLATE_DEBUG = False
2928

3029
# Application definition
3130

0 commit comments

Comments
 (0)