add some tests and views
This commit is contained in:
@@ -162,6 +162,16 @@ urlpatterns = [
|
||||
views.SupervisorDelete.as_view(),
|
||||
name="supervisor_delete",
|
||||
),
|
||||
path(
|
||||
"exam_collection/",
|
||||
views.ExamCollectionList.as_view(),
|
||||
name="exam_collection_list",
|
||||
),
|
||||
path(
|
||||
"exam_collection/<int:pk>/",
|
||||
views.ExamCollectionDetail.as_view(),
|
||||
name="exam_collection_detail",
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user