feat: generation of modules from the server, moved modules fields from the general tab

This commit is contained in:
2025-03-05 16:54:42 +04:00
parent f8d0f430ac
commit 487174c4ff
8 changed files with 121 additions and 15 deletions

View File

@@ -39,5 +39,6 @@ class Project(BaseModel):
secondary='project_module',
back_populates='projects',
lazy='selectin',
order_by='asc(Module.id)',
)