* issue resolved

* issue resolved
This commit is contained in:
niteeshchaudhary 2022-05-28 20:02:27 +05:30 committed by GitHub
parent db025d0259
commit b87137a3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def deleteResume(request, id, email, user_type):
destination_path = STORAGE_DESTINATION_RESUMES + id + "/" + str(file_name)
if path.exists(destination_path):
remove(destination_path)
# remove(destination_path)
student.resumes.remove(file_name)
student.save()
return Response({'action': "Delete Resume", 'message': "Resume Deleted"},