customize admin theme

This commit is contained in:
Tobias Brunner 2025-03-10 12:05:02 +01:00
parent 69766948c1
commit a4a978eb2f
No known key found for this signature in database

View file

@ -207,3 +207,22 @@ SCHEMA_VIEWER = {
"auth": ["User"],
},
}
JAZZMIN_SETTINGS = {
"site_title": "Servala Admin",
"site_header": "Servala",
"site_brand": "Servala",
"site_logo": "img/section-logo.png",
"welcome_sign": "Welcome to Servala Admin",
"copyright": "VSHN AG",
"topmenu_links": [
{"name": "Home", "url": "admin:index"},
{
"name": "Website",
"url": "https://servala.com",
"new_window": True,
},
],
"show_sidebar": True,
"navigation_expanded": True,
}