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

Update update_monitor_table() to use django models #1659

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

bhilbert4
Copy link
Collaborator

Update the update_monitor_table function, which is called by most (all?) monitors and records the date and success or failure of a monitor run, to use Django models.

This PR involves an update to the definition of the status column in the table, and therefore will need a migration attached to it.

Resolves #1485

@bhilbert4 bhilbert4 self-assigned this Dec 2, 2024
@pep8speaks
Copy link

pep8speaks commented Dec 2, 2024

Hello @bhilbert4, Thank you for updating !

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated at 2024-12-02 22:20:32 UTC

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.

Update monitor_utils to use django models
2 participants