Features: 1) Add JAZZMIN_UI_TWEAKS configuration with theme and dark mode theme options;

Fixes:;

Extra:;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-29 16:47:41 +03:00
parent 090d2fc457
commit 78f3081f2b

View file

@ -45,3 +45,8 @@ JAZZMIN_SETTINGS = {
"changeform_format": "horizontal_tabs",
"language_chooser": True,
}
JAZZMIN_UI_TWEAKS = {
"theme": "flatly",
"dark_mode_theme": "darkly",
}