From 57f5acaa6ef928600aa4ca87ead94549495577e8 Mon Sep 17 00:00:00 2001 From: Jocelin Hounon Date: Thu, 8 Sep 2022 06:06:23 +0100 Subject: [PATCH] Add `Starlette-Admin` to third party package section (#1853) --- docs/third-party-packages.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 01da069e08..7aa51b62a1 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -136,6 +136,17 @@ Allows you to use decorators to generate routing tables. Beautiful exception page for Starlette apps. +### Starlette-Admin + +GitHub | +Documentation + +Simple and extensible admin interface framework. + +Built with [Tabler](https://tabler.io/) and [Datatables](https://datatables.net/), it allows you +to quickly generate fully customizable admin interface for your models. You can export your data to many formats (*CSV*, *PDF*, +*Excel*, etc), filter your data with complex query including `AND` and `OR` conditions, upload files, ... + ## Frameworks