Features: 1) Add JAZZMIN_UI_TWEAKS configuration with theme and dark mode theme options;
Fixes:; Extra:;
This commit is contained in:
parent
090d2fc457
commit
78f3081f2b
1 changed files with 5 additions and 0 deletions
|
|
@ -45,3 +45,8 @@ JAZZMIN_SETTINGS = {
|
||||||
"changeform_format": "horizontal_tabs",
|
"changeform_format": "horizontal_tabs",
|
||||||
"language_chooser": True,
|
"language_chooser": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
JAZZMIN_UI_TWEAKS = {
|
||||||
|
"theme": "flatly",
|
||||||
|
"dark_mode_theme": "darkly",
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue