What languages I need to know if I want to use django?

I think I only need html, css and js for frontend and python for backend.Do I need any other language?

And do I need to know things like how internet works and thinks like that if I only want to build projects for myself and that maybe try freelancing?(things that are thought at the start of a bootcamp or a big course)

What you need to know :

  1. Python
  2. HTML, CSS, JS, SCSS, maybe React or Vue
  3. SQL (Postgres, MySQL)

It’s not important to know how internet works, but it depends on how you will deploy your applications. If you deploy to the cloud (like GCP or AWS), you will need more network knowledges.

As django framework is based on Python which is a high-level, dynamic, and interpreted programming language, well-loved by all developers. I think it’s a great choice to use django. Django is fully featured server side web framework that is written in python. That’s why you should go for it.