[UPDT] PROJECT: Add missing project menu to the sidebar and code updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user