mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #432] debug = "False" not working #322
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#322
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blade1989 on GitHub (Sep 28, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/432
The debug mode will not de disabled. We have set the
debug = "False"option in/opt/healthchecks/hc/local_settings.py, but we still see the debug warning:We also appended
debug = "False"to/opt/healthchecks/hc/settings.py, but it still exists!Any help is greatly appreciated!
@cuu508 commented on GitHub (Sep 28, 2020):
The setting names are all in UPPERCASE.
DEBUGtakes a boolean value (False, without quotes).Please try adding:
@blade1989 commented on GitHub (Sep 28, 2020):
Thanks for the reply, I changed the string to
DEBUG = False, but now I get a 500 error when visiting the website? 🤔@blade1989 commented on GitHub (Sep 28, 2020):
@cuu508 When I add the quotes back, I can browse the website again? 🤔
@cuu508 commented on GitHub (Sep 28, 2020):
@blade1989 check out #203 and #283
@cuu508 commented on GitHub (Oct 1, 2020):
@blade1989 did you manage to get it working?