Skip to content

Conversation

@ulgens
Copy link
Member

@ulgens ulgens commented Nov 2, 2025

DEBUG is defined as True in the same file. Because the variable value is hardcoded, if DEBUG will always give same result - hence not needed

DEBUG is defined as True in the same file. Because the variable value is hardcoded, `if DEBUG` will always give same result - hence not needed
@ulgens ulgens requested a review from a team November 2, 2025 22:38
@ulgens ulgens self-assigned this Nov 2, 2025
Comment on lines +48 to +51
try:
import debug_toolbar # NOQA
except ImportError:
pass
Copy link
Member Author

@ulgens ulgens Nov 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a case where developers use the dev settings without installing the dev requirements?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant