feat(backend): added new healthchecks

This commit is contained in:
ITQ
2025-02-20 12:21:48 +03:00
parent f9ab92e9e0
commit 0b1cd7d496
@@ -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",