Django Admin like experience to FastAPI applications. It still under
active development, some features may be missing or behave differently compared to Django Admin.
At its core, this project built on the top of base code of sqladmin, meaning some features available in sqladmin are also supported here.
fastdaisy_admin vs sqladmin
fastdaisy_adminis inspired by the look and feel ofDjango Admin.- The
detail pagesection has been removed. Secret keyis required during the setup.- Authentication mechanism can be toggle with
authentication=Trueon Admin class. - Improvement
- Simplified creation of custom actions
- Filters can be applied without explicitly defining filter classes
- Success messages are shown after creating or editing data
- Confirmation page displays a list of items before deletion
- Enhanced pagination
- Fully styled using
DaisyUI
Most features are not explicitly documented here, as they behave the same as in sqladmin.
For more details, refer to the sqladmin documentation
. This documentation will be expanded in the future as unique features are added.