How stable is it? Production ready? #340
hasansezertasan
started this conversation in
General
Replies: 1 comment
-
It's been a month and I have migrated my entire admin backend from Flask Admin. I opened some PRs (some of them merged and some of them are awaiting reviews) and some Issues. I'm using it in production now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How stable is it? Production ready?
Hi everyone 👋
I'm planning to migrate my admin backend from Flask Admin to Starlette Admin. I'm using SQLAlchemy ORM. I already created some views and soft-tested them, I don't know how to do a hard test... Just created a few items, deleted a bunch, and edited some... It looks okay to me.
I would like to know your opinions about it. Is it production-ready? How was your experience with it? Does anyone use it in production or planning to use it? @jowilf what do you think personally and professionally? What's the roadmap of this project, what are your plans?
Few things missing for me.
SQLAlchemy
models withhybrid_property
.inline_models
: Enhancement: SQLAlchemy Inline Models support #440column_formatters
.Beta Was this translation helpful? Give feedback.
All reactions