some settings

This commit is contained in:
Tobias Brunner 2025-05-23 08:49:08 +02:00
parent 836187f2aa
commit b0a76b88b4
No known key found for this signature in database
5 changed files with 45 additions and 5 deletions

View file

@ -246,7 +246,10 @@ JAZZMIN_SETTINGS = {
],
"show_sidebar": True,
"navigation_expanded": True,
"hide_apps": ["hub.broker"],
"hide_apps": ["broker"],
"order_with_respect_to": ["services", "auth"],
"changeform_format_overrides": {"services.ProgressiveDiscountModel": "single"},
"related_modal_active": True,
}
IMPORT_EXPORT_FORMATS = [CSV]