Skip to content

Commit 0f4abea

Browse files
committed
More explicit setting for TEMPLATE_DEBUG
1 parent df51f3d commit 0f4abea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎demo_project/settings.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SETTINGS_ROOT = os.path.dirname(__file__)
66

77
DEBUG = True
8-
TEMPLATE_DEBUG = DEBUG
8+
TEMPLATE_DEBUG = True
99

1010
ADMINS = (
1111
# ('Your Name', 'your_email@example.com'),

0 commit comments

Comments
 (0)