FastAdmin | Documentation
- Version: 0.2.16
- Author: Seva D.
- Created: 7 March 2023
- Updated: 02 December 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.2.17
- Author: Seva D.
- Created: 7 March 2023
- Updated: 25 December 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
@@ -1304,7 +1304,7 @@
min_num: int = 1
-
Changelog
See what's new added, changed, fixed, improved or updated in the latest versions.
v0.2.16
Added new setting ADMIN_DISABLE_CROP_IMAGE. So,we can configure crop images on upload.
v0.2.15
Fix password logic for user.
v0.2.14
Make permissions functions awaitable. Bump frontend/backend packages.
v0.2.13
Fix edit page frontend issue for Date field.
v0.2.12
Remove python-dotenv dep. Bump django. Add django example.
v0.2.11
Fixes for examples. Fixes for Pony ORM (delete, update m2m). Allow sorting by custom columns. Fix for list_display ordering.
v0.2.10
Fix issue empty m2m. Optimisation on unit tests. Fix for pony orm. Optimisation on search for tortoise orm.
v0.2.9
Fix issue with modal inline dialogs. Fix issue with m2m multiple select.
v0.2.8
Fix sqlalchemy delete functionality. Add more examples.
v0.2.7
Fix helpers function. Add regexps.
v0.2.6
Add edit btn for async select.
v0.2.5
Fix for async select in inlines.
v0.2.4
Fix dashboard widgets and auto register inlines.
v0.2.3
Fix filters issue on lists. Remove jinja from dependencies.
v0.2.2
Fix bugs with datetime.
v0.2.1
Update packages. Fix linters and tests in vite frontend. Removed pydantic from dependencies.
v0.2.0
Update packages. Use vite instead obsolete react-scripts.