fastadmin
fastadmin copied to clipboard
FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.
### Summary `qs` updated on each iteration over search fields [bug]. It's better to use `OR` in database to search through several fields.
### Summary fix: unique dashboard query key
I want to create uploading objects. I see what I can upload a lot of objects, but I see one base64-string how I can get all objects from base64 string?...
I'm developing project with fastadmin. And I need to add foreign key. Code understood type of field and raw_id_fields  but function deserialize_value don't know what is raw_id mean ...
in FastAdmin you are using asynchronous approach but functions which manage permissions is synchronous and python don't allow throw async request to database please fix to async  
I've been developing project with your admin panel with fastapi+sqlAlchemy and I can't understand how I can do this in fastAdmin I see authenticate method and change_password method, but no...