JavaScript and CSS on Django project

Hi all,

I’ve created an HTML file to use as a template on my Django project.
Linked to it, there is also a CSS and Javascript file.

When I put all files (html+css+js) on my folder dedicated to the templates and render the page, I see the page without the application of the CSS and Javascript.

Because the link contains the HTML to refer to the two other files, don’t run.
How can I solve the issue? I’ve try to create a static directory on the setting, but nothing.

Thank you for your kind answer.

Best regard,
Giorgio

If your HTML page is rendered go to the console using ctrl+shift+i console will show the warning of non uploaded css/js/ or any plugins you trying to rendered within html
You just need to check the path and fix it