We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335dd48 commit 04fc652Copy full SHA for 04fc652
home/templatetags/debug_tags.py
@@ -5,4 +5,4 @@
5
6
@register.simple_tag
7
def is_debug():
8
- return "settings.DEBUG"
+ return settings.DEBUG
0 commit comments