customize admin theme
This commit is contained in:
parent
69766948c1
commit
a4a978eb2f
1 changed files with 19 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue