[FIX] HORILLA BACKUP: Add horilla_backup to INSTALLED_APPS list
This commit is contained in:
@@ -20,6 +20,7 @@ INSTALLED_APPS.append("biometric")
|
||||
INSTALLED_APPS.append("helpdesk")
|
||||
INSTALLED_APPS.append("offboarding")
|
||||
INSTALLED_APPS.append("project")
|
||||
INSTALLED_APPS.append("horilla_backup")
|
||||
|
||||
if settings.env("AWS_ACCESS_KEY_ID", default=None) and "storages" not in INSTALLED_APPS:
|
||||
INSTALLED_APPS.append("storages")
|
||||
|
||||
Reference in New Issue
Block a user