Python based Admin Interface Comparison #333
Replies: 3 comments 10 replies
-
Do you intend to compare with flask-appbuilder? It is widely used by big organisation like apache org and Airbnb for flask related products. It basically supports all the features here plus auto restapi generation, security setting and many more. e.g. |
Beta Was this translation helpful? Give feedback.
-
Hi @hasansezertasan , this is a fascinating discussion. I appreciate you sharing these resources. I've come across API Logic Server but I've only had a closely look after you've mentioned here. It looks pretty amazing. Also, it integrates Flask Appbuilder too based on the documentation. https://valhuber.github.io/ApiLogicServer/Working-with-Flask-AppBuilder/ I've also read the comparison thread between flask-admin and F.A.B, but that was back in 2015. The FAB has evolved so much since ethen and it is now used as the core extension for some of the biggest Flask based projects out there. Overall, I feel Flask has a quite mature ecosystem. I have been struggling to find good/mature extensions for Starlette/FastAPI However, starlette-admin is probably the most modern admin panel out there and a lot faster than flask based admin panels. |
Beta Was this translation helpful? Give feedback.
-
I have found other packages: |
Beta Was this translation helpful? Give feedback.
-
Python based Admin Interface Comparison
Hi everyone 👋.
I'm planning to improve "Alternatives, Inspiration and Comparisons" section in the docs. I want to add a comparison table with all the features. I used Flask Admin and SQLAdmin for some time but nearly starting to use Starlette Admin. I'd like to know what are the main differences, which one has a specific feature and which one doesn't? Are there any other alternatives that is not listed below?
Feature Parity and Comparison Table
Emoji Key:
Other Tools
I'm planning to update this table in the future but I won't include some features that are exceptional like how Flask Admin has a console for redis, File and Folder manager and how FastAPI Amis Admin has some sort of UI/Theme editor...
Don't forget to recommend more...
Beta Was this translation helpful? Give feedback.
All reactions