ajout et changement des icones sur le side menu
This commit is contained in:
@@ -29,7 +29,7 @@ DEBUG = cfg_dev_mode
|
|||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
LOGIN_REDIRECT_URL = '/admin'
|
LOGIN_REDIRECT_URL = '/admin'
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
'jazzmin',
|
'jazzmin',
|
||||||
'django_cron',
|
'django_cron',
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
@@ -314,9 +314,17 @@ JAZZMIN_SETTINGS = {
|
|||||||
"auth": "fas fa-users-cog",
|
"auth": "fas fa-users-cog",
|
||||||
"auth.user": "fas fa-user",
|
"auth.user": "fas fa-user",
|
||||||
"auth.Group": "fas fa-users",
|
"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
|
# 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",
|
"default_icon_children": "fas fa-circle",
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|||||||
Reference in New Issue
Block a user