[UPDT] PROJECT: Add missing project menu to the sidebar and code updates

This commit is contained in:
Horilla
2025-04-11 10:27:34 +05:30
parent ace42d9e89
commit 227f8d7ef6
89 changed files with 10732 additions and 10730 deletions

View File

@@ -20,6 +20,7 @@ INSTALLED_APPS.append("biometric")
INSTALLED_APPS.append("helpdesk")
INSTALLED_APPS.append("offboarding")
INSTALLED_APPS.append("horilla_backup")
INSTALLED_APPS.append("project")
if settings.env("AWS_ACCESS_KEY_ID", default=None) and "storages" not in INSTALLED_APPS:
INSTALLED_APPS.append("storages")
@@ -55,6 +56,7 @@ SIDEBARS = [
"offboarding",
"asset",
"helpdesk",
"project",
]
WHITE_LABELLING = False