Initializing Database
This commit is contained in:
@@ -4,4 +4,5 @@ from . import views
|
||||
urlpatterns = [
|
||||
path("all_students/", views.StudentListCreate.as_view(), name="student-view-createlist"),
|
||||
path("<int:w_number>/", views.StudentRetrieveUpdateDestroy.as_view(), name="update"),
|
||||
path("<int:w_number>/recommended_classes", views.RecommendedClassesView.as_view(), name="recommended"),
|
||||
]
|
||||
Reference in New Issue
Block a user