Hi the problem i have is that i have a carpet that contains pdf files. I need to show this pdf files in a django template and i dont know what im doing wrong.
templates and pdf containers are at the same level
<body>
<object data="ea_Junio_2017.pdf" type="application/pdf" title="SamplePdf" width="500" height="720">
<embed src="ea_Junio_2017.pdf" >
</object>
<body>
The problem is that the program can't get the file and drops me this error "GET /pdf/ea_Junio_2017.pdf HTTP/1.1" 404 2778"
There is something that im doing wrong?