Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add django debug toolbar #1370

Closed
wants to merge 3 commits into from

Conversation

daaavo
Copy link
Contributor

@daaavo daaavo commented Oct 3, 2022

Closes #1344

Description

In the first commit it adds django-debug-toolbar to poetry in case there's need to change the versions
The second commit follows the installation of django-debug-toolbar and it also changes the "DEBUG" constant variable to "True" in the settings.py file because it was set on False preventing the Toolbar to show up.

Copy link
Member

@brylie brylie left a comment

Choose a reason for hiding this comment

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

This PR looks good overall. Let's leave the default setting for DEBUG to False. I will follow up with a task to add developer documentation for setting environment variables.

project/core/settings.py Outdated Show resolved Hide resolved
Co-authored-by: Brylie Christopher Oxley <brylie@amble.fi>
@daaavo daaavo requested a review from brylie October 4, 2022 15:53
@daaavo daaavo closed this Oct 4, 2022
@daaavo daaavo deleted the add-django-debug-toolbar branch October 4, 2022 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add django-debug-toolbar
2 participants