📄️ Inlines
SmartBase Admin supports inlines in a powerful and flexible way using a set of custom classes extending Django’s built-in inline functionality.
📄️ Fake Inlines
SBAdminFakeInlineMixin is used to create inlines that are dynamically filtered — without needing a real ForeignKey relationship in the database. This is useful when you want to show related data based on some logic (e.g. "products from the same manufacturer") but don’t want to (or can't) define a hard model relation.
📄️ Fieldset Layout Classes
Fieldset Layout Classes
📄️ Detail View Tabs
Detail View Tabs