We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e035056 commit 084a0a2Copy full SHA for 084a0a2
1 file changed
vacancy/views.py
@@ -120,6 +120,7 @@ def post(self, request, pk):
120
# vacancy.project.collaborator_set.add(vacancy_request.user) -
121
vacancy.project.save()
122
vacancy_request.save()
123
+ vacancy.delete()
124
return Response(status=status.HTTP_200_OK)
125
126
0 commit comments