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 6 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 !

Line 188:1: E305 expected 2 blank lines after class or function definition, found 1
Line 188:1: E402 module level import not at top of file

Comment last updated at 2025-01-28 02:38:00 UTC

@bhilbert4
Copy link
Collaborator Author

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