0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-12 16:18:06 +00:00
healthchecks_healthchecks/hc/accounts
2023-07-04 12:50:50 +03:00
..
management Add management command for sending "scheduled for deletion" warnings 2023-07-04 12:50:50 +03:00
migrations Add Profile.over_limit_date DB field 2023-06-16 16:28:03 +03:00
tests Add management command for sending "scheduled for deletion" warnings 2023-07-04 12:50:50 +03:00
__init__.py Initial commit 2015-06-11 22:12:09 +03:00
admin.py Add management command for sending "scheduled for deletion" warnings 2023-07-04 12:50:50 +03:00
backends.py Sort imports and add "from __future__ import annotations" 2022-10-17 16:52:15 +03:00
decorators.py Sort imports and add "from __future__ import annotations" 2022-10-17 16:52:15 +03:00
forms.py Fix EmailLoginForm initialization 2023-01-23 14:53:49 +02:00
middleware.py Replace var=[...];if var: [...] usages with the walrus operator 2022-12-01 09:16:19 +02:00
models.py Add Profile.over_limit_date DB field 2023-06-16 16:28:03 +03:00
urls.py Add CSRF protection in the signup view 2023-02-14 09:15:46 +02:00
views.py Add /api/v3/ (adds ability to set slug when creating or updating checks) 2023-06-14 16:52:45 +03:00