Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integrating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';

# Integrate SmartBase Admin into Your Django App

This page demonstrates how to set up `django-smartbase-admin` with models in your Django app. We will show configuration and show the result using actual model examples: `Category`, `Manufacturer`, and `Post`.
This page demonstrates how to set up `django-smartbase-admin` with models in your Django app. We will show configuration and show the result using actual model examples: `Category`, `Manufacturer`, and `Product`.

SmartBase Admin allows for customizable admin panels, inline relationships, and clean UI navigation — all defined in a structured `sb_admin.py` file.

Expand Down