mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Polished study_groups list view to only show study_groups which are the same course as the user requesting
This commit is contained in:
parent
8c337295e2
commit
11d6887af8
3 changed files with 35 additions and 1 deletions
|
@ -7,5 +7,6 @@ urlpatterns = [
|
|||
path('courses/', include('courses.urls')),
|
||||
path('year_levels/', include('year_levels.urls')),
|
||||
path('semesters/', include('semesters.urls')),
|
||||
path('subjects/', include('subjects.urls'))
|
||||
path('subjects/', include('subjects.urls')),
|
||||
path('study_groups/', include('study_groups.urls'))
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue