45 lines
1.4 KiB
Python
45 lines
1.4 KiB
Python
JAZZMIN_SETTINGS = {
|
|
"site_title": "Quruvchi Boshqaruv",
|
|
"site_header": "Quruvchi Boshqaruv",
|
|
"site_brand": "Quruvchi Boshqaruv",
|
|
"site_logo": None,
|
|
"login_logo": None,
|
|
"login_logo_dark": None,
|
|
"site_logo_classes": "img-circle",
|
|
"site_icon": None,
|
|
"welcome_sign": "Welcome to the Quruvchi Boshqaruv",
|
|
"copyright": "Quruvchi Boshqaruv",
|
|
"search_model": [],
|
|
"topmenu_links": [
|
|
{"name": "Home", "url": "admin:index", "permissions": ["auth.view_user"]},
|
|
{"name": "Support", "url": "https://github.com/farridav/django-jazzmin/issues", "new_window": True},
|
|
{"model": "auth.User"},
|
|
{"app": "books"},
|
|
],
|
|
"usermenu_links": [
|
|
{"name": "Support", "url": "https://github.com/farridav/django-jazzmin/issues", "new_window": True},
|
|
{"model": "auth.user"}
|
|
],
|
|
"show_sidebar": True,
|
|
"navigation_expanded": True,
|
|
"hide_apps": [],
|
|
"hide_models": ['auth.group'],
|
|
"order_with_respect_to": [],
|
|
"custom_links": {
|
|
},
|
|
"icons": {
|
|
"auth": "fas fa-users-cog",
|
|
"auth.user": "fas fa-user",
|
|
"auth.Group": "fas fa-users",
|
|
},
|
|
"default_icon_parents": "fas fa-chevron-circle-right",
|
|
"default_icon_children": "fas fa-circle",
|
|
"related_modal_active": False,
|
|
"custom_css": None,
|
|
"custom_js": None,
|
|
"use_google_fonts_cdn": True,
|
|
"show_ui_builder": False,
|
|
"changeform_format": "collapsible",
|
|
"language_chooser": True,
|
|
}
|