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
·

8 Repos

Awesome GitHub RepositoriesDjango Model Generation

Generation of randomized data specifically tailored to Django model fields and constraints.

Distinct from Data Model Generation: Specializes general data model generation for the Django framework specifically.

Explore 8 awesome GitHub repositories matching data & databases · Django Model Generation. Refine with filters or upvote what's useful.

Awesome Django Model Generation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hypothesisworks/hypothesisAvatar von HypothesisWorks

    HypothesisWorks/hypothesis

    8,717Auf GitHub ansehen↗

    Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge cases and bugs by generating a wide range of randomized inputs based on defined strategies and shrinking complex failing examples to their smallest possible form. It also functions as a state machine testing framework to verify system behavior across sequences of interdependent operations. The project features a fuzzing integration layer that converts raw byte buffers from coverage-guided fuzzers into structured test cases. It includes a persistence mechanism to store and synchro

    Produces randomized data instances that respect Django field validators and database constraints.

    Pythonfuzzingproperty-based-testingpython
    Auf GitHub ansehen↗8,717
  • yangjianxin1/fireflyAvatar von yangjianxin1

    yangjianxin1/Firefly

    6,642Auf GitHub ansehen↗

    Firefly is a training framework and inference engine for large language models. It functions as a toolkit for pre-training and fine-tuning various open-weight architectures, providing a system for model alignment and parameter-efficient fine-tuning. The project includes utilities for merging adapter weights back into base models to create standalone files. It also provides a model alignment toolkit to format training data according to specific prompt templates, ensuring conversational consistency across different models. The framework supports distributed model training and preference-based

    Formats raw training datasets into specific prompt structures to ensure conversational consistency across different models.

    Pythonalpacaaquilabaichuan
    Auf GitHub ansehen↗6,642
  • inventree/inventreeAvatar von inventree

    inventree/InvenTree

    6,350Auf GitHub ansehen↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Builds the entire data layer on Django's ORM, using model introspection to drive API endpoints and serialization.

    Pythondjangohacktoberfestpython
    Auf GitHub ansehen↗6,350
  • tortoise/tortoise-ormAvatar von tortoise

    tortoise/tortoise-orm

    5,582Auf GitHub ansehen↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Defines database tables as Python classes with typed fields, mirroring Django's model API for familiar object-oriented data modeling.

    Pythonasyncasynciomysql
    Auf GitHub ansehen↗5,582
  • carltongibson/django-filterAvatar von carltongibson

    carltongibson/django-filter

    4,683Auf GitHub ansehen↗

    django-filter ist eine Bibliothek zum Filtern von Django QuerySets durch Zuordnung von URL-Parametern zu Datenbankabfragen unter Verwendung deklarativer Syntax. Sie fungiert als Modellfilter-Generator und Datenbank-Abfragetool, das Anfrageparameter in Abfragen übersetzt, um Datenergebnisse zu verfeinern. Das Projekt ermöglicht die automatische Generierung von Suchfiltern und benutzerorientierten Formularen basierend auf Modellfelddefinitionen. Es unterstützt fortgeschrittene Abfragelogik durch benutzerdefinierte Suchmethoden, Beziehungspfade und Volltextsuche-Integration, während es ein System zur Verfeinerung von Ergebnissen innerhalb von REST-API-Endpunkten bereitstellt. Der Funktionsumfang umfasst die Erstellung interaktiver Filterformulare, das Rendern gefilterter Listenansichten und die Verwendung von Factory-Funktionen für die dynamische Instanziierung von Filtersets. Das System handhabt zudem typspezifische Filterung für Booleans, UUIDs und ISO 8601-Zeitstempel sowie anfragebasierte Filterung unter Verwendung der authentifizierten Benutzeridentität.

    Automatically creates search filters and user-facing forms based on Django model field definitions.

    Python
    Auf GitHub ansehen↗4,683
  • jqhph/dcat-adminAvatar von jqhph

    jqhph/dcat-admin

    4,022Auf GitHub ansehen↗

    dcat-admin ist ein Laravel-Admin-Panel-Framework, das verwendet wird, um datengesteuerte Administrationsschnittstellen schnell zu erstellen. Es fungiert als CRUD-Generator und Backend-Scaffolding-Tool, das automatisch Schnittstellen zum Erstellen, Lesen, Aktualisieren und Löschen basierend auf Datenbanktabellenschemata produziert. Das System zeichnet sich durch eine plugin-basierte Erweiterungsarchitektur und die Möglichkeit aus, mehrere unabhängige administrative Instanzen innerhalb einer einzigen Installation auszuführen. Es bietet spezialisierte Tools für das Mapping externer APIs auf Formulare und Tabellen sowie einen ereignisgesteuerten Formular-Lebenszyklus für die Ausführung benutzerdefinierter Logik während der Auflösung und Übermittlung. Das Framework deckt ein breites Spektrum an Funktionsbereichen ab, einschließlich rollenbasierter Zugriffskontrolle für die Verwaltung hierarchischer Berechtigungen, einer umfassenden Suite von Datenverwaltungs-Grids mit Inline-Bearbeitung und mehrstufigen Formular-Workflows. Es enthält zudem Datenvisualisierungstools für operative Dashboards und eine Vielzahl von Content-Handling-Utilities für stückweise große Datei-Uploads und Rich-Text-Bearbeitung. Kommandozeilen-Utilities werden bereitgestellt, um die Generierung administrativer Komponenten und Action-Klassen zu automatisieren.

    Implements a model-driven architecture where database schemas and model attributes drive the generation of CRUD views.

    PHPlaravellaravel-admin
    Auf GitHub ansehen↗4,022
  • xo/dbtplAvatar von xo

    xo/dbtpl

    3,892Auf GitHub ansehen↗

    dbtpl ist ein Datenbankmodell-Generator und Schema-Introspektor, der typsicheren Quellcode und Datenmodelle aus SQL-Datenbankschemata erzeugt. Er fungiert als Kommandozeilentool, das SQL-Typen auf Go-Structs und Ausführungsfunktionen abbildet, während es ein Template-basiertes System zur Erstellung benutzerdefinierter Quellcodes und Schemadefinitionen bereitstellt. Das Tool unterstützt mehrere Datenbank-Engines, darunter PostgreSQL, MySQL, SQLite, Oracle und SQL Server. Es zeichnet sich dadurch aus, dass Benutzer benutzerdefinierte Ausgabeformate über Text-Templates definieren können und die Möglichkeit besteht, kompatible Modelldefinitionen für das Django-Webframework zu generieren. Seine Funktionen erstrecken sich auf die Erstellung von SQL-Skripten für Datenbankmigrationen und -spiegelungen sowie den Export von Schemadarstellungen in JSON- oder YAML-Formaten. Zusätzlich kann es Dot-Dateien generieren, um Datenbankbeziehungen und Strukturdiagramme zu visualisieren.

    Produces compatible model definitions for the Django web framework based on database schemas or SQL queries.

    Gocode-generatorgolangmicrosoft-sql-server
    Auf GitHub ansehen↗3,892
  • fastapi-admin/fastapi-adminAvatar von fastapi-admin

    fastapi-admin/fastapi-admin

    3,791Auf GitHub ansehen↗

    fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI application models and database schemas. It serves as a model-driven dashboard generator that constructs administrative forms and data tables by inspecting database model metadata and field constraints at runtime. The project integrates with asynchronous object-relational mapping to provide a TortoiseORM admin interface, enabling the management of relational database content through a structured dashboard. The resulting interface utilizes a responsive design system for a consist

    Automatically constructs administrative interfaces by inspecting database schema definitions and model metadata at runtime.

    Python
    Auf GitHub ansehen↗3,791
  1. Home
  2. Data & Databases
  3. Data Model Generation
  4. Django Model Generation

Unter-Tags erkunden

  • App RegistrationsRegisters the plugin's directory as an installed Django application, enabling deep integration with the server's app system. **Distinct from Django Model Generation:** Distinct from Django Model Generation: focuses on registering Django apps, not generating model data.
  • Django Model DefinitionsGenerates Python class definitions compatible with the Django web framework's ORM. **Distinct from Django Model Generation:** Focuses on generating the model structure itself rather than generating random data for those models
  • Model-Based Filter GeneratorsTools that automatically generate filtering interfaces based on Django model definitions. **Distinct from Django Model Generation:** Focuses on generating filter sets and forms, not generating random data for models.
  • Model-Driven Architectures2 Sub-TagsArchitectures where Django ORM models drive API endpoints, admin interfaces, and serialization through introspection. **Distinct from Django Model Generation:** Distinct from Django Model Generation: focuses on the architectural pattern of model-driven API generation rather than data generation.
  • ORM-Driven ArchitecturesArchitectures where the ORM layer drives API endpoints, admin interfaces, and serialization through model introspection. **Distinct from Django Model Generation:** Distinct from Django Model Generation: focuses on the architectural pattern of ORM-driven API generation rather than data generation.