You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starlette-Admin is a simple and extensible admin interface framework for Starlette/FastApi.
The key features are:
Flexibility : The biggest feature of Starlette-Admin is flexibility. Start with autogenerated CRUD-views of your
model and customize those views & forms as the need arises.
Datatables :Starlette-Admin use Datatables to render list. Main Features included
are:
Multi-column ordering: Sort data by multiple columns at once.
Full-text search: Filter results by text search with highlight.
Search Builder: Filter results by complex query including AND and OR conditions.
Many Export options: Export your data to CSV, PDF, Excel and Browser Print.
You can easily include any other features you need from datatables.
Read Datatables documentation for more information.
Files Handling : Easily attach files to your model. Thanks
to SQLAlchemy-file for SQLAlchemy integration
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Starlette-Admin is a simple and extensible admin interface framework for Starlette/FastApi.
The key features are:
model and customize those views & forms as the need arises.
are:
AND
andOR
conditions.Read Datatables documentation for more information.
to SQLAlchemy-file for SQLAlchemy integration
This project is inspired by Flask-Admin and the main goal is to provide similar tool for Starlette/FastApi.
Starlette-Admin is designed to work with any ORM but have currently built-in support for:
Documentation: https://jowilf.github.io/starlette-admin
Source Code: https://github.com/jowilf/starlette-admin
Demo Application
starlette-admin-demo is a complete
Starlette application that showcases Starlette-Admin features.
Online demo available here
Beta Was this translation helpful? Give feedback.
All reactions