fastadmin
fastadmin copied to clipboard
FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.
I can only get objects through asynchronous methods, but this method is a synchronous method. I have no idea how to use this function. I tried writing the code like...
Could you show example to deploy fastadmin server through uvicorn, nginx, apache ?
Why when I add UsersDashboardWidgetAdmin, I get no errors, but when I try to access the admin panel, I get no HTML rendering and two errors in the console: ...
I gotta problem with crud of a model. Help please. I cant even create user ( ```python class Book(BaseTable): __tablename__ = "books" title: Mapped[str] description: Mapped[str] = mapped_column(Text) @register(Book, sqlalchemy_sessionmaker=session_maker)...
### References https://github.com/vsdudakov/fastadmin/issues/21 ### Summary ### Are there any open tasks/blockers for the ticket?