[UPDT] WHATSAPP: Add whatsapp app to the installed_apps list

This commit is contained in:
Horilla
2025-10-29 17:38:20 +05:30
parent 9eefa509f8
commit 58bcae3cda

View File

@@ -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")