--- _db_id: 554 content_type: topic ready: true title: Django and Javascript --- As you now know, you can write Django views that generate HTML responses. What ends up running in the user's browser is a plain ol website. And so you can do whatever you would usually do with HTML. The following tutorial shows how to incorperate js into your Django frontend. Pretty cool. It shows how to use javascript and HighChart.js to draw some useful charts. https://simpleisbetterthancomplex.com/tutorial/2018/04/03/how-to-integrate-highcharts-js-with-django.html ## Notes on static resources This tutorial shows how to use `