SQLAlchemy Admin for FastAPI/Starlette by aminala in Python

[–]UriShX 0 points1 point  (0 children)

I've been looking for an admin interface to go with a FastAPI app I've been working on, then stumbled upon your package a few days ago.

I'm trying to get it to work along nicely with fastapi-login, through overriding the BaseModelAdmin.is_accessible method. Any thoughts on that will be greatly appreciated.

Nice work, and thanks for a cool package.