1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
This commit is contained in:
Mo 2022-09-13 00:22:12 +02:00
parent 0f7700b11a
commit a16e0bf33d
2 changed files with 0 additions and 3 deletions

View file

@ -59,7 +59,6 @@ from .advlabdb_independent_funs import (
flashRandomPassword, flashRandomPassword,
str_without_semester_formatter, str_without_semester_formatter,
) )
from .assistantModelViews import assistantSpace
from .custom_classes import ( from .custom_classes import (
SecureAdminBaseView, SecureAdminBaseView,
SecureAdminIndexView, SecureAdminIndexView,

View file

@ -12,8 +12,6 @@ from .models import (
Assistant, Assistant,
ExperimentMark, ExperimentMark,
GroupExperiment, GroupExperiment,
Part,
PartStudent,
SemesterExperiment, SemesterExperiment,
db, db,
get_count, get_count,