add attachment model and task order relation to it

This commit is contained in:
dandds
2018-08-24 13:29:19 -04:00
committed by Montana
parent ef2e97713a
commit 54d1e7235b
9 changed files with 145 additions and 10 deletions

View File

@@ -13,3 +13,4 @@ from .task_order import TaskOrder
from .workspace import Workspace
from .project import Project
from .environment import Environment
from .attachment import Attachment