mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 18:35:28 +03:00
Initial commit
This commit is contained in:
@@ -12,6 +12,8 @@ class TestDTO:
|
||||
title=self.model.title,
|
||||
description=self.model.description,
|
||||
for_group=self.model.for_group,
|
||||
password=self.model.password,
|
||||
expires_at=self.model.expires_at,
|
||||
is_active=self.model.is_active,
|
||||
created_at=self.model.created_at,
|
||||
updated_at=self.model.updated_at,
|
||||
|
||||
Reference in New Issue
Block a user