feat(backend): added new healthchecks

This commit is contained in:
ITQ
2025-02-20 12:21:48 +03:00
parent f674832a2d
commit 4ca49b53e0
@@ -435,6 +435,8 @@ INSTALLED_APPS = [
"health_check.cache",
"health_check.storage",
"health_check.contrib.migrations",
"health_check.contrib.celery",
"health_check.contrib.celery_ping",
# Third-party apps
"corsheaders",
"django_extensions",