diff --git a/horilla/horilla_apps.py b/horilla/horilla_apps.py index cb5ab9b9c..ef9c9b48c 100644 --- a/horilla/horilla_apps.py +++ b/horilla/horilla_apps.py @@ -24,6 +24,7 @@ INSTALLED_APPS.append("horilla_backup") INSTALLED_APPS.append("project") INSTALLED_APPS.append("horilla_meet") INSTALLED_APPS.append("report") +INSTALLED_APPS.append("whatsapp") if settings.env("AWS_ACCESS_KEY_ID", default=None) and "storages" not in INSTALLED_APPS: INSTALLED_APPS.append("storages")