Skip to content

Commit

Permalink
#159 added fix (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: Nik Sauer <nik.sauer@luftdaten.at>
  • Loading branch information
n11ik and Nik Sauer authored Feb 10, 2025
1 parent b6288c8 commit 50d8881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
]

DEBUG_TOOLBAR_CONFIG = {
'SHOW_TOOLBAR_CALLBACK': lambda request: True
'SHOW_TOOLBAR_CALLBACK': lambda request: DEBUG
}

# Application definition
Expand Down

0 comments on commit 50d8881

Please sign in to comment.