I'm using Javascript, where I need to read a file. I run it locally and it works perfectly, but when I try to do it running Django server, it fails because it doesn't find the file.
Does anybody know how to solve this?
Here it is the error that Django gives
[12/Jul/2018 12:37:36] "GET /ListadoCanciones/jugar/ HTTP/1.1" 200 7265
Not Found: /ListadoCanciones/jugar/DrumsInfo.csv
[12/Jul/2018 12:37:36] "GET /ListadoCanciones/jugar/DrumsInfo.csv TTP/1.1" 404 3842
DrumsInfo.csvwill readdrumsinfo.csvon a windows machine but not on a server