Resolve "List index out of range when creating assignment"
Compare changes
- robinwilliam.hundt authored
Using multiprocessing.Lock to synchronize access to creation of Assignment fixes #130
+ 9
− 5
@@ -10,6 +10,8 @@ from core.models import TutorSubmissionAssignment
@@ -10,6 +10,8 @@ from core.models import TutorSubmissionAssignment
@@ -123,11 +125,13 @@ class AssignmentApiViewSet(
@@ -123,11 +125,13 @@ class AssignmentApiViewSet(