mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Moved subject course associative entity to subjects app
This commit is contained in:
parent
8d9364274c
commit
ba7e79cdc2
8 changed files with 86 additions and 16 deletions
|
@ -4,7 +4,7 @@ from rest_framework.exceptions import PermissionDenied
|
|||
from rest_framework.permissions import IsAuthenticated
|
||||
from .serializers import StudyGroupSerializer
|
||||
from .models import StudyGroup
|
||||
from courses.models import SubjectCourse
|
||||
from subjects.models import SubjectCourse
|
||||
# Create your views here.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue