issue resolved

This commit is contained in:
niteeshchaudhary 2022-05-28 19:25:01 +05:30
parent f05e01c092
commit 8e0d23cc33
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"},