Added models and views

This commit is contained in:
2022-06-12 21:03:51 +01:00
parent 66e7b2b9f8
commit 8439d99949
12 changed files with 276 additions and 125 deletions

View File

@@ -0,0 +1,3 @@
from .entry import Entry
from .test import Test
from .user import User