fastadmin icon indicating copy to clipboard operation
fastadmin copied to clipboard

FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.

Results 34 fastadmin issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/vsdudakov/fastadmin/assets/40781306/7add7258-0529-4e40-891b-f803c39c97eb)...

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?