hi to all My project is to upload an excel file and display its content in a template. i have uploaded to an excel file in django successfully by using models.FileField .now what i want is to download that particular file at my defined location(project).I am trying to click on that uploaded file but it is giving me error
Page not found (404) Request Method: GET Request URL: http://localhost:8001/admin/ikapp1/fileupload/2/file/Erode/Erode_3.xls/
file upload object with primary key u'2/file/Erode/Erode_3.xls' does not exist.