FastAdmin | Documentation
- Version: 0.1.41
- Author: Seva D.
- Created: 7 March 2023
- Updated: 02 August 2024
Introduction
FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Django/Flask inspired by Django Admin.
FastAdmin was built with relations in mind and admiration for the excellent and popular Django Admin. It's engraved in its design that you may configure your admin dashboard for FastAPI/Django/Flask easiest way.
FastAdmin is designed to be minimalistic, functional and yet familiar.
Getting Started
If you have any questions that are beyond the scope of the documentation, Please feel free to email us.
Installation
Follow the steps below to setup FastAdmin:
Install the package using pip:
Note: For zsh and macos use: pip install fastadmin[fastapi,django]
+ -->
FastAdmin | Documentation
- Version: 0.1.41
- Author: Seva D.
- Created: 7 March 2023
- Updated: 02 August 2024
Introduction
FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Django/Flask inspired by Django Admin.
FastAdmin was built with relations in mind and admiration for the excellent and popular Django Admin. It's engraved in its design that you may configure your admin dashboard for FastAPI/Django/Flask easiest way.
FastAdmin is designed to be minimalistic, functional and yet familiar.
Getting Started
If you have any questions that are beyond the scope of the documentation, Please feel free to email us.
Installation
Follow the steps below to setup FastAdmin:
Install the package using pip:
Note: For zsh and macos use: pip install fastadmin[fastapi,django]
pip install fastadmin[fastapi,django] # for fastapi with django orm
@@ -1264,7 +1264,7 @@
min_num: int = 1
-
Changelog
See what's new added, changed, fixed, improved or updated in the latest versions.
v0.1.41
Fixed bug with datetime. Added verbose name logic for models and inlines. Updated frontend libraries.
v0.1.40
Added RUFF linter. Cleaned up code. Removed pydantic dependency.
v0.1.39
Bug fixes.
v0.1.38
Bug fixes.
v0.1.37
Bug fixes.
v0.1.36
Added autogeneration of documentation and examples.
v0.1.35
Added DashboardWidgetAdmin class and charts for dashboard.
v0.1.34
Added SlugInput, EmailInput, PhoneInput, UrlInput, JsonTextArea widget types.
v0.1.33
Added list_display_widths parameter.
v0.1.32
Added Upload widget type.
v0.1.31
Added PasswordInput widget type.
v0.2.0
Update packages. Use vite instead obsolete react-scripts.