Skip to content

Add Initial Django Models for Repository, Tool, Task, and ToolConfig

Mmartorana requested to merge ORM-structure into main

This merge request introduces the initial set of Django models.

The models added include Repository, Tool, Task, and ToolConfig.

These models define the core data structure and relationships necessary for managing repositories, tools, and tasks within the system.

Bug: T379005

Closes: T379005

Merge request reports

Loading