1👍
These are very fundamental questions, so I would say maybe start with the Django Getting Started tutorial?
It will take you through creating a model, accessing that model data in a view, and then passing that data into your template – which I believe addresses your question.
Your question is very broad, so this answer is broad. The tutorial won’t discuss writing javascript, that’s a different topic not related to Django, but that js will go in your django templates.
You might have some MySQL related questions too, but I’d suggest starting with SQLite so you don’t have to deal with any database setup to start with.
Source:stackexchange.com