Re: JS static file is not accessible in Django

2017-01-16 Thread anjalimk68
Hi Hashmi, I tried debugger tools which you mentioned. under js of console nothing is showing up it's empty. Please let me know how we can resolve this. On Wednesday, January 11, 2017 at 1:30:32 PM UTC+5:30, M Hashmi wrote: > RIght click on the page when local server is running and click

Re: JS static file is not accessible in Django

2017-01-10 Thread M Hashmi
RIght click on the page when local server is running and click inspect elements. Check if there is any error in console section. If JS is showing file then it means the issue is with the function not with loading file. Send snapshot for further help. On Tue, Jan 10, 2017 at 10:19 PM,

JS static file is not accessible in Django

2017-01-10 Thread anjalimk68
Ihave an application for that I am trying to use multifilter js script. I am able to load the file through my application. Ex: /static/js/multifilter.js if i open this link it will print my js file on html without any issues, But in the application js functionality is not working. Can anyone