mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
Started working on projects related endpoints
This commit is contained in:
parent
0b676688c2
commit
abd4d5e988
6 changed files with 93 additions and 63 deletions
|
|
@ -1,8 +1,8 @@
|
|||
from pydantic import BaseModel, ConfigDict
|
||||
from typing import List, Optional
|
||||
|
||||
from misc.tasks import TaskBase
|
||||
from misc.users import UserBase
|
||||
from schemas.tasks import TaskBase
|
||||
from schemas.users import UserBase
|
||||
|
||||
class ProjectBase(BaseModel):
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue