ajout et changement des icones sur le side menu

This commit is contained in:
2024-07-16 00:03:26 +02:00
parent 54e8e77832
commit 9e3c23f807

View File

@@ -29,7 +29,7 @@ DEBUG = cfg_dev_mode
# Application definition
LOGIN_REDIRECT_URL = '/admin'
INSTALLED_APPS = [
INSTALLED_APPS = [
'jazzmin',
'django_cron',
'django.contrib.auth',
@@ -314,9 +314,17 @@ JAZZMIN_SETTINGS = {
"auth": "fas fa-users-cog",
"auth.user": "fas fa-user",
"auth.Group": "fas fa-users",
"vehicles": "fas fa-truck-medical",
"vehicles.Vehicles_infos": "fas fa-circle-info",
"vehicles.Vehicles": "fas fa-truck-medical",
"collabs": "fas fa-users",
"collabs.Collabs_hour": "fas fa-business-time",
"comm_op": "fas fa-user-check",
"comm_op.comm_opMessage": "fas fa-circle-exclamation",
"studenteval": "fas fa-graduation-cap",
},
# Icons that are used when one is not manually specified
"default_icon_parents": "fas fa-chevron-circle-right",
"default_icon_parents": "fas none",
"default_icon_children": "fas fa-circle",
#################