Add models.get_frameworks endpoint

This commit is contained in:
allegroai
2020-07-06 21:50:43 +03:00
parent 18a88a8e8f
commit 3ed71a61d5
5 changed files with 87 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ class Model(DbModelMixin, Document):
"parent",
"project",
"task",
("company", "framework"),
("company", "name"),
("company", "user"),
{