vsdudakov / fastadmin

FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.
https://vsdudakov.github.io/fastadmin/
MIT License
120 stars 14 forks source link

permissions #70

Open matv864 opened 1 week ago

matv864 commented 1 week ago

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 image image

vsdudakov commented 1 week ago

ok let me fix it