feat: generation of modules from the server, moved modules fields from the general tab
This commit is contained in:
@@ -39,5 +39,6 @@ class Project(BaseModel):
|
||||
secondary='project_module',
|
||||
back_populates='projects',
|
||||
lazy='selectin',
|
||||
order_by='asc(Module.id)',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user