* issue resolved

* issue resolved
This commit is contained in:
niteeshchaudhary 2022-05-28 20:02:27 +05:30 committed by GitHub
parent 73183ef4ee
commit 4ffac8b4b1
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"},