feat: check and notify users of new versions

checks are done against github's API with one request every 12 hours
This commit is contained in:
Herculino Trotta
2025-07-27 01:28:27 -03:00
parent d7a4e79321
commit 76822224a0
6 changed files with 82 additions and 1 deletions
+2
View File
@@ -487,6 +487,8 @@ else:
CACHALOT_UNCACHABLE_TABLES = ("django_migrations", "procrastinate_jobs")
# Procrastinate
PROCRASTINATE_ON_APP_READY = "apps.common.procrastinate.on_app_ready"
# PWA
PWA_APP_NAME = SITE_TITLE