my django project is able to render my css and images but not able to see my js file.
I modified to file path in the settings.py but it didn’t work. however, when I placed the js directly in the html, it worked. but I want to use external sheet for my js.