Added a whole lot of views.

Finished quiz API views
Finished question generator and answer eval
This commit is contained in:
2022-06-14 22:55:11 +01:00
parent a58f267586
commit 126bf9203c
15 changed files with 421 additions and 35 deletions

View File

@@ -1,3 +1,4 @@
from .entry import Entry
from .test import Test
from .user import User
from .user import User
from .dataset import Dataset