packagelarni ornatib sozlab chiqish kerak #2: issue bajarildi
This commit is contained in:
44
config/conf/jazzmin.py
Normal file
44
config/conf/jazzmin.py
Normal file
@@ -0,0 +1,44 @@
|
||||
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,
|
||||
}
|
||||
Reference in New Issue
Block a user