awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
flask-admin avatar

flask-admin/flask-admin

0
View on GitHub↗
6,071 Stars·1,639 Forks·Python·BSD-3-Clause·3 Aufrufeflask-admin.readthedocs.io↗

Flask Admin

Simple and extensible administrative interface framework for Flask

Features

  • Admin Panel Frameworks - Provides a framework for building production-ready administrative interfaces with minimal boilerplate.
  • Database Record Management - Creates, reads, updates, and deletes records for each database model through auto-generated, self-contained view classes.
  • CRUD Interfaces - Automatically generates create, read, update, and delete interfaces for database models.
  • Model-Driven Form Generators - Generates HTML forms dynamically from model field types and validation constraints using WTForms integration.
  • Admin Interface Extensions - Combines individual view classes into a unified, user-friendly administrative interface for a web service.
  • Admin-Specific MVC Variants - Separates data models, presentation views, and admin-specific logic into distinct layers for modular interface construction.
  • Admin Interface Customizations - Tailors the admin panel's views, templates, forms, and permissions to match specific application requirements.
  • Admin Interface Customizers - Extends built-in views, templates, forms, and actions to tailor the admin panel to specific application needs.
  • SQLAlchemy Model Introspectors - Automatically derives form fields and validation rules from SQLAlchemy model metadata at runtime.
  • Class-Based Views - Registers admin views as self-contained Python classes encapsulating CRUD logic, templates, and permissions.
  • CRUD Generators - Automatically generates database management interfaces from models with minimal configuration.
  • SQLAlchemy - Automatically creates CRUD interfaces from SQLAlchemy model metadata with minimal configuration.
  • Admin Interface Frameworks - Provides an extensible administrative interface framework for Flask that auto-generates CRUD views.
  • Template Overrides - Allows per-view, per-model, and global Jinja2 template overrides through a cascading file lookup system.
  • Hook-Based Plugin Systems - Extends admin functionality through modular plugins that hook into view lifecycle events and menu registration.
  • Admin View Category Organizers - Organizes individual admin views into navigable menu categories to build complex interfaces from grouped view classes.
  • Admin View Groupers - Organizes individual view classes into a navigable interface with menu categories and grouped pages.
  • Admin Menu Organizers - Organizes individual view classes into menu categories to build a structured administrative interface.
  • Admin View Groupers - Groups individual admin views into menu categories to build structured administrative interfaces.
  • URL-Mapped Menu Builders - Builds nested navigation menus by mapping URL prefixes to registered view classes and categories.
  • Admin Menu Organizers - Organizes individual admin views into navigable menu categories for structured interfaces.
  • Admin Interfaces - Simple and extensible administrative interface framework.
  • Admin Panels - Extensible admin interface framework for web apps.
  • Web Framework Integrations - Provides an admin interface for web applications.

Star-Verlauf

Star-Verlauf für flask-admin/flask-adminStar-Verlauf für flask-admin/flask-admin

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Flask Admin

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Flask Admin.
  • pallets-eco/flask-adminAvatar von pallets-eco

    pallets-eco/flask-admin

    6,071Auf GitHub ansehen↗

    Flask-Admin is a framework for auto-generating administrative interfaces in Flask applications. It provides a Flask Admin Interface that automatically creates create, read, update, and delete views for database models, functioning as a Database Model CRUD Generator that eliminates manual coding for basic data administration tasks. The framework also includes an Extensible Admin Dashboard that developers can customize, along with a File Management Interface for browsing, uploading, and organizing server-side files, and a Redis Console Client for executing interactive Redis commands directly wit

    Python
    Auf GitHub ansehen↗6,071
  • thoughtbot/administrateAvatar von thoughtbot

    thoughtbot/administrate

    6,028Auf GitHub ansehen↗

    Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application, providing create, read, update, delete, search, and pagination capabilities out of the box. It functions as a convention-based dashboard generator that maps model attributes to default field types and views, while supporting customization through standard Rails controller and view overrides. The framework distinguishes itself through a field type abstraction layer that encapsulates data display and input logic into reusable classes, and a hook-point content injection system that allo

    JavaScript
    Auf GitHub ansehen↗6,028
  • filamentphp/filamentAvatar von filamentphp

    filamentphp/filament

    31,215Auf GitHub ansehen↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    PHPadminalpine-jsbuilder
    Auf GitHub ansehen↗31,215
  • area17/twillAvatar von area17

    area17/twill

    3,956Auf GitHub ansehen↗

    Twill is a Laravel CMS toolkit and admin panel generator designed for building custom administrative consoles and content management systems. It serves as a headless CMS framework and a toolkit for defining content models and managing structured data through a dedicated administrative interface. The project features a visual block editor that allows publishers to arrange and configure reusable content sections via a drag-and-drop interface. It includes a dedicated digital asset manager for storing, cropping, and optimizing images and files across local or cloud storage, as well as a multiling

    PHP
    Auf GitHub ansehen↗3,956
Alle 30 Alternativen zu Flask Admin anzeigen→

Häufig gestellte Fragen

Was macht flask-admin/flask-admin?

Simple and extensible administrative interface framework for Flask

Was sind die Hauptfunktionen von flask-admin/flask-admin?

Die Hauptfunktionen von flask-admin/flask-admin sind: Admin Panel Frameworks, Database Record Management, CRUD Interfaces, Model-Driven Form Generators, Admin Interface Extensions, Admin-Specific MVC Variants, Admin Interface Customizations, Admin Interface Customizers.

Welche Open-Source-Alternativen gibt es zu flask-admin/flask-admin?

Open-Source-Alternativen zu flask-admin/flask-admin sind unter anderem: pallets-eco/flask-admin — Flask-Admin is a framework for auto-generating administrative interfaces in Flask applications. It provides a Flask… thoughtbot/administrate — Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application,… filamentphp/filament — Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel… area17/twill — Twill is a Laravel CMS toolkit and admin panel generator designed for building custom administrative consoles and… fastapi-admin/fastapi-admin — fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI… theorchid/platform — Platform is a framework for building back-office applications and administrative dashboards using Laravel. It…